Skip to content

Instantly share code, notes, and snippets.

@JiaLiPassion
Created June 22, 2018 06:37
Show Gist options
  • Save JiaLiPassion/31c81eebf71862050f52de1bdde71701 to your computer and use it in GitHub Desktop.
Save JiaLiPassion/31c81eebf71862050f52de1bdde71701 to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
BrowserModule
],
declarations: [HelloComponent],
entryComponents: [HelloComponent]
})
export class CustomElementsModule {
ngDoBootstrap() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment