feat(common): add an empty DeprecatedI18NPipesModule module

Adding an empty module to ease the migration to the i18n pipes.
This commit is contained in:
Olivier Combe
2017-08-16 21:01:59 +02:00
committed by Miško Hevery
parent 7e94405271
commit 793f31b9b3
3 changed files with 21 additions and 1 deletions

View File

@ -33,6 +33,10 @@ export declare class DecimalPipe implements PipeTransform {
transform(value: any, digits?: string): string | null;
}
/** @deprecated */
export declare class DeprecatedI18NPipesModule {
}
/** @stable */
export declare const DOCUMENT: InjectionToken<Document>;