CommonModule
class
npm Package | @angular/common |
---|---|
Module | import { CommonModule } from '@angular/common'; |
Source | common/src/common_module.ts |
Overview
class CommonModule { }
Description
The module that includes all the basic Angular directives like NgIf
, NgForOf
, ...
Annotations
@NgModule({
declarations: [COMMON_DIRECTIVES, COMMON_PIPES],
exports: [COMMON_DIRECTIVES, COMMON_PIPES],
providers: [
{ provide: NgLocalization, useClass: NgLocaleLocalization },
]
})
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/common/CommonModule