Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 18, 2017 13:13
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 debugmodedotnet/cc0b381614bc2b15a96e63af4b901275 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/cc0b381614bc2b15a96e63af4b901275 to your computer and use it in GitHub Desktop.
import {ReactiveFormsModule} from '@angular/forms';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule, ReactiveFormsModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment