UNPKG

@angular/localize

Version:

Angular - library for localizing messages

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