19 lines
376 B
TypeScript
Executable File
19 lines
376 B
TypeScript
Executable File
/**
|
|
* @license Angular v15.0.4
|
|
* (c) 2010-2022 Google LLC. https://angular.io/
|
|
* License: MIT
|
|
*/
|
|
|
|
|
|
import { ɵ$localize as $localize } from '@angular/localize';
|
|
import { ɵLocalizeFn as LocalizeFn } from '@angular/localize';
|
|
import { ɵTranslateFn as TranslateFn } from '@angular/localize';
|
|
|
|
export { $localize }
|
|
|
|
export { LocalizeFn }
|
|
|
|
export { TranslateFn }
|
|
|
|
export { }
|