17 lines
366 B
Markdown
17 lines
366 B
Markdown
|
## API Report File for "@angular/localize"
|
||
|
|
||
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||
|
|
||
|
```ts
|
||
|
|
||
|
// @public
|
||
|
export function clearTranslations(): void;
|
||
|
|
||
|
// @public
|
||
|
export function loadTranslations(translations: Record<MessageId, TargetMessage>): void;
|
||
|
|
||
|
|
||
|
// (No @packageDocumentation comment for this package)
|
||
|
|
||
|
```
|