20 lines
572 B
JavaScript
Executable File
20 lines
572 B
JavaScript
Executable File
/**
|
|
* @license Angular v15.0.4
|
|
* (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
|