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

committed by
Igor Minar

parent
20127c1456
commit
e110a80caf
@ -12,7 +12,7 @@ import { UserService } from './user.service';
|
||||
})
|
||||
export class TitleComponent {
|
||||
@Input() subtitle = '';
|
||||
title = 'Angular Modules';
|
||||
title = 'NgModules';
|
||||
// #enddocregion v1
|
||||
user = '';
|
||||
|
||||
|
Reference in New Issue
Block a user