UNPKG

@angular/localize

Version:

Angular - library for localizing messages

13 lines (10 loc) 360 B
/** * @license Angular v17.0.5 * (c) 2010-2022 Google LLC. https://angular.io/ * License: MIT */ import { ɵ$localize } from '@angular/localize'; export { ɵ$localize as $localize } from '@angular/localize'; // Attach $localize to the global context, as a side-effect of this module. globalThis.$localize = ɵ$localize; //# sourceMappingURL=init.mjs.map