Skip to content

Instantly share code, notes, and snippets.

@PetraSp
Created December 27, 2018 10:53
Show Gist options
  • Save PetraSp/497c484ad5df5e4d698329cf18c0fe3b to your computer and use it in GitHub Desktop.
Save PetraSp/497c484ad5df5e4d698329cf18c0fe3b to your computer and use it in GitHub Desktop.
@NgModule({
 declarations: [],
 
 imports: [
 BrowserModule,
 SharedModule,
 UserModule,
 AppRoutingModule,
 ],
 
 providers: [],
 bootstrap: [AppComponent]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment