
committed by
Victor Berchet

parent
8a8c53250e
commit
56dce0e26d
7
tools/public_api_guard/common/index.d.ts
vendored
7
tools/public_api_guard/common/index.d.ts
vendored
@ -135,6 +135,13 @@ export declare class NgIf {
|
||||
constructor(_viewContainer: ViewContainerRef, templateRef: TemplateRef<NgIfContext>);
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare class NgLocaleLocalization extends NgLocalization {
|
||||
protected locale: string;
|
||||
constructor(locale: string);
|
||||
getPluralCategory(value: any): string;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare abstract class NgLocalization {
|
||||
abstract getPluralCategory(value: any): string;
|
||||
|
Reference in New Issue
Block a user