Last active
November 11, 2017 01:10
-
-
Save jschwarty/7223e4e36a78e7658b466fbcedc0dfae to your computer and use it in GitHub Desktop.
Blog Post (Nrwl) - nx modularize code 1
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
// Only exported types will be able to be imported elsewhere | |
export { BackendProviderModule } from './src/backend-provider.module'; | |
export { BackendService } from './src/backend.service'; | |
// leave out the private stuff, like that Helpers class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment