mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This aligns with how angular/components marks their hidden APIs. `@nodoc` has been broken since the switch to adev, this change should properly hide the APIs again. PR Close #61194
670 B
670 B
API Report File for "@angular/localize_init"
Do not edit this file. It is a report generated by API Extractor.
// @public
const $localize_2: LocalizeFn;
export { $localize_2 as $localize }
// @public
export interface LocalizeFn {
// (undocumented)
(messageParts: TemplateStringsArray, ...expressions: readonly any[]): string;
locale?: string;
translate?: TranslateFn;
}
// @public
export interface TranslateFn {
// (undocumented)
(messageParts: TemplateStringsArray, expressions: readonly any[]): [TemplateStringsArray, readonly any[]];
}
// (No @packageDocumentation comment for this package)