feat(i18n): pass translation config directly into ngc (#10622)
This commit is contained in:
9
tools/public_api_guard/core/index.d.ts
vendored
9
tools/public_api_guard/core/index.d.ts
vendored
@ -780,6 +780,9 @@ export declare class KeyValueDiffers {
|
||||
static extend(factories: KeyValueDifferFactory[]): Provider;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare const LOCALE_ID: OpaqueToken;
|
||||
|
||||
/** @deprecated */
|
||||
export declare function lockRunMode(): void;
|
||||
|
||||
@ -1330,6 +1333,12 @@ export interface TrackByFn {
|
||||
/** @experimental */
|
||||
export declare function transition(stateChangeExpr: string, steps: AnimationMetadata | AnimationMetadata[]): AnimationStateTransitionMetadata;
|
||||
|
||||
/** @experimental */
|
||||
export declare const TRANSLATIONS: OpaqueToken;
|
||||
|
||||
/** @experimental */
|
||||
export declare const TRANSLATIONS_FORMAT: OpaqueToken;
|
||||
|
||||
/** @experimental */
|
||||
export declare function trigger(name: string, animation: AnimationMetadata[]): AnimationEntryMetadata;
|
||||
|
||||
|
Reference in New Issue
Block a user