CommonModule
Stable Class
Обзор класса
class CommonModule {
}
Описание класса
Модуль, включающий все основные директивы Angular, такие как NgIf, NgFor, ...
Аннотации
@NgModule({
declarations: [COMMON_DIRECTIVES, COMMON_PIPES],
exports: [COMMON_DIRECTIVES, COMMON_PIPES],
providers: [
{provide: NgLocalization, useClass: NgLocaleLocalization},
],
}) экспортировано из @angular/common/index, определено в @angular/common/src/common_module.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/common/index/CommonModule-class.html