Skip to content

Instantly share code, notes, and snippets.

@jschwarty
Created November 11, 2017 01:12
Show Gist options
  • Save jschwarty/f62713bae46e10ffb8ad70981579bb42 to your computer and use it in GitHub Desktop.
Save jschwarty/f62713bae46e10ffb8ad70981579bb42 to your computer and use it in GitHub Desktop.
Blog Post (Nrwl) - nx modularize 2
// Add this one to an AppModule imports
import { BackendProviderModule } from '@myproject/backend-provider';
// Use this one in the AppComponent for constructor injection
import { BackendService } from '@myproject/backend-provider';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment