Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created March 2, 2018 09:47
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 cyrilletuzi/624a35d79a600299c748d7ee294ad391 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/624a35d79a600299c748d7ee294ad391 to your computer and use it in GitHub Desktop.
@NgModule({
imports: [CommonModule],
declarations: [PublicComponent, PrivateComponent],
exports: [PublicComponent]
})
export class UiModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment