Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Created January 8, 2022 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainerhahnekamp/c3241a799440bbe615a44360d6dbd036 to your computer and use it in GitHub Desktop.
Save rainerhahnekamp/c3241a799440bbe615a44360d6dbd036 to your computer and use it in GitHub Desktop.
export { Lib1Module } from './lib/lib1.module';
export { ExposedComponent } from './lib/exposed.component';
export { RootProvidedService } from './lib/services/root-provided-service';
export { ExposedService } from './lib/services/exposed.service';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment