Skip to content

Instantly share code, notes, and snippets.

@Tanver-Hasan
Created July 28, 2018 17:46
Show Gist options
  • Save Tanver-Hasan/f0a3eecfa06f5078aee6a61e3efa5140 to your computer and use it in GitHub Desktop.
Save Tanver-Hasan/f0a3eecfa06f5078aee6a61e3efa5140 to your computer and use it in GitHub Desktop.
import { ReactiveFormsModule } from '@angular/forms';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
AppRoutingModule, ReactiveFormsModule,
ServiceWorkerModule.register('/ngsw-worker.js', { enabled: environment.production })
],
providers: [],
bootstrap: [AppComponent]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment