Skip to content

Instantly share code, notes, and snippets.

@coderkan
Created May 11, 2020 16:51
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 coderkan/a6b87301a9d530081b5651a1606e98b6 to your computer and use it in GitHub Desktop.
Save coderkan/a6b87301a9d530081b5651a1606e98b6 to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [
AppComponent
],
imports: [
HttpClientModule,
FormsModule,
ReactiveFormsModule,
BrowserModule
],
providers: [
fakeBackendProvider // --> This is very important...
],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment