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

@ -12,7 +12,7 @@ import { UserService } from './user.service';
})
export class TitleComponent {
@Input() subtitle = '';
title = 'Angular Modules';
title = 'NgModules';
// #enddocregion v1
user = '';