docs(aio): change Angular Module to NgModule (#16964)

This commit is contained in:
Kapunahele Wong
2017-07-11 18:05:20 -04:00
committed by Igor Minar
parent 20127c1456
commit e110a80caf
17 changed files with 89 additions and 72 deletions

View File

@ -16,7 +16,7 @@ import { HeroService } from './hero.service'; // <-- #1 import service
@NgModule({
imports: [
BrowserModule,
ReactiveFormsModule // <-- #2 add to Angular module imports
ReactiveFormsModule // <-- #2 add to @NgModule imports
],
declarations: [
AppComponent,