DeprecatedI18NPipesModule
class
deprecated
npm Package | @angular/common |
---|---|
Module | import { DeprecatedI18NPipesModule } from '@angular/common'; |
Source | common/src/common_module.ts |
Deprecation Notes
from v5
Overview
class DeprecatedI18NPipesModule { }
Description
I18N pipes are being changed to move away from using the JS Intl API.
The former pipes relying on the Intl API will be moved to this module while the CommonModule
will contain the new pipes that do not rely on Intl.
As a first step this module is created empty to ease the migration.
see https://github.com/angular/angular/pull/18284
Annotations
@NgModule({ declarations: [], exports: [] })
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/common/DeprecatedI18NPipesModule