feat(common): add an empty DeprecatedI18NPipesModule module
Adding an empty module to ease the migration to the i18n pipes.
This commit is contained in:

committed by
Miško Hevery

parent
7e94405271
commit
793f31b9b3
4
tools/public_api_guard/common/common.d.ts
vendored
4
tools/public_api_guard/common/common.d.ts
vendored
@ -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>;
|
||||
|
||||
|
Reference in New Issue
Block a user