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
A module that contains the deprecated i18n pipes.
Annotations
@NgModule({
declarations: [COMMON_DEPRECATED_I18N_PIPES],
exports: [COMMON_DEPRECATED_I18N_PIPES],
providers: [{ provide: DEPRECATED_PLURAL_FN, useValue: getPluralCase }]
})
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/DeprecatedI18NPipesModule