UNPKG

@angular/localize

Version:

Angular - library for localizing messages

19 lines (12 loc) 376 B
/** * @license Angular v17.0.5 * (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 { }