Files
cht-lawfirm/front/app/node_modules/@angular/localize/fesm2020/init.mjs
2023-01-16 17:49:38 +01:00

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