Skip to content

Instantly share code, notes, and snippets.

@jschwarty
Last active November 11, 2017 01:10
Show Gist options
  • Save jschwarty/7223e4e36a78e7658b466fbcedc0dfae to your computer and use it in GitHub Desktop.
Save jschwarty/7223e4e36a78e7658b466fbcedc0dfae to your computer and use it in GitHub Desktop.
Blog Post (Nrwl) - nx modularize code 1
// 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