docs(aio): change Angular Module to NgModule (#16964)
This commit is contained in:

committed by
Igor Minar

parent
20127c1456
commit
e110a80caf
@ -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,
|
||||
|
Reference in New Issue
Block a user