Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created May 16, 2020 14:25
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 NishuGoel/fa5cbba9a4c264f6c270daf014e115c1 to your computer and use it in GitHub Desktop.
Save NishuGoel/fa5cbba9a4c264f6c270daf014e115c1 to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
],
providers: [DataService],
bootstrap: [AppComponent]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment