refactor(common): remove AVAILABLE_LOCALES (#18907)

Fixes #18855

PR Close #18907
This commit is contained in:
Olivier Combe
2017-08-24 11:11:08 +02:00
committed by Miško Hevery
parent 72c7b6edea
commit 4c45347635
6 changed files with 20 additions and 259 deletions

View File

@ -11,9 +11,6 @@ export declare class AsyncPipe implements OnDestroy, PipeTransform {
transform<T>(obj: null): null;
}
/** @experimental */
export declare const AVAILABLE_LOCALES: string[];
/** @stable */
export declare class CommonModule {
}