Skip to content

Instantly share code, notes, and snippets.

@vogloblinsky
Created November 22, 2017 23:08
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 vogloblinsky/406e2804a2a62dd93c2e423bb6453e52 to your computer and use it in GitHub Desktop.
Save vogloblinsky/406e2804a2a62dd93c2e423bb6453e52 to your computer and use it in GitHub Desktop.
@NgModule({
imports: [BrowserModule],
declarations: [HelloComponent],
entryComponents: [HelloComponent]
})
export class HelloModule {
ngDoBootstrap() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment