/** * @license Angular v14.2.8 * (c) 2010-2022 Google LLC. https://angular.io/ * License: MIT */ import { ɵ_global, ɵ$localize } from '@angular/localize'; export { ɵ$localize as $localize } from '@angular/localize'; /** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // Attach $localize to the global context, as a side-effect of this module. ɵ_global.$localize = ɵ$localize; //# sourceMappingURL=init.mjs.map