Skip to content

Commit

Permalink
Step 5.6: Import Forms modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent cccb225 commit 6627638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/imports/app/app.module.ts
@@ -1,12 +1,15 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';

import { AppComponent } from './app.component';
import { PARTIES_DECLARATIONS } from './parties';

@NgModule({
imports: [
BrowserModule
BrowserModule,
FormsModule,
ReactiveFormsModule
],
declarations: [
AppComponent,
Expand Down

0 comments on commit 6627638

Please sign in to comment.