Created
November 11, 2017 01:12
-
-
Save jschwarty/f62713bae46e10ffb8ad70981579bb42 to your computer and use it in GitHub Desktop.
Blog Post (Nrwl) - nx modularize 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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