2021-06-28 19:54:20 +02:00
|
|
|
## API Report File for "@angular/localize_init"
|
|
|
|
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
|
|
|
|
```ts
|
|
|
|
|
|
|
|
// @public
|
2021-07-01 17:41:29 +02:00
|
|
|
const $localize_2: LocalizeFn;
|
|
|
|
|
|
|
|
export { $localize_2 as $localize }
|
2021-06-28 19:54:20 +02:00
|
|
|
|
|
|
|
// @public (undocumented)
|
|
|
|
export interface LocalizeFn {
|
|
|
|
// (undocumented)
|
|
|
|
(messageParts: TemplateStringsArray, ...expressions: readonly any[]): string;
|
|
|
|
locale?: string;
|
|
|
|
translate?: TranslateFn;
|
|
|
|
}
|
|
|
|
|
|
|
|
// @public (undocumented)
|
|
|
|
export interface TranslateFn {
|
|
|
|
// (undocumented)
|
|
|
|
(messageParts: TemplateStringsArray, expressions: readonly any[]): [TemplateStringsArray, readonly any[]];
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
|
|
|
|
```
|