UNPKG

1.25 kBJavaScriptView Raw
1/**
2 * @license Angular v15.0.1
3 * (c) 2010-2022 Google LLC. https://angular.io/
4 * License: MIT
5 */
6
7import { ɵsetDomTypes } from '@angular/platform-server';
8
9/**
10 * @license
11 * Copyright Google LLC All Rights Reserved.
12 *
13 * Use of this source code is governed by an MIT-style license that can be
14 * found in the LICENSE file at https://angular.io/license
15 */
16/**
17 * Apply the necessary shims to make DOM globals (such as `Element`, `HTMLElement`, etc.) available
18 * on the environment.
19 */
20function applyShims() {
21 ɵsetDomTypes();
22}
23
24/**
25 * @license
26 * Copyright Google LLC All Rights Reserved.
27 *
28 * Use of this source code is governed by an MIT-style license that can be
29 * found in the LICENSE file at https://angular.io/license
30 */
31applyShims();
32
33/**
34 * @license
35 * Copyright Google LLC All Rights Reserved.
36 *
37 * Use of this source code is governed by an MIT-style license that can be
38 * found in the LICENSE file at https://angular.io/license
39 */
40
41/**
42 * @license
43 * Copyright Google LLC All Rights Reserved.
44 *
45 * Use of this source code is governed by an MIT-style license that can be
46 * found in the LICENSE file at https://angular.io/license
47 */
48
49/**
50 * Generated bundle index. Do not edit.
51 */
52//# sourceMappingURL=init.mjs.map