Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 13, 2019 14:17
Show Gist options
  • Save vsavkin/07369153c825d02f3e3fc39879986746 to your computer and use it in GitHub Desktop.
Save vsavkin/07369153c825d02f3e3fc39879986746 to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule],
providers: [],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
bootstrap: [AppComponent]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment