-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathindex.ejs
More file actions
111 lines (91 loc) · 5.6 KB
/
index.ejs
File metadata and controls
111 lines (91 loc) · 5.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Root Config</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css"
/>
<meta name="importmap-type" content="systemjs-importmap" />
<script type="systemjs-importmap">
{
"imports": {
"navbar": "http://localhost:4300/main.js",
"shop": "http://localhost:4200/main.js",
"chat": "http://localhost:9000/main.js",
"noop-zone": "http://localhost:8000/main.js",
"elements": "http://localhost:4000/main.js",
"parcel": "http://localhost:4400/main.js",
"standalone": "http://localhost:4500/main.js",
"rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/es2015/rxjs.min.js",
"rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/es2015/rxjs-operators.min.js"
}
}
</script>
<% if (htmlWebpackPlugin.options.isDevelopment) { %>
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdnjs.cloudflare.com/ajax/libs/single-spa/5.9.3/system/single-spa.dev.js",
"@angular/compiler": "http://localhost:4600/es2022/angular-compiler.js",
"@angular/core/primitives/signals": "http://localhost:4600/es2022/angular-core-primitives-signals.js",
"@angular/core/primitives/di": "http://localhost:4600/es2022/angular-core-primitives-di.js",
"@angular/core/primitives/event-dispatch": "http://localhost:4600/es2022/angular-core-primitives-event-dispatch.js",
"@angular/core": "http://localhost:4600/es2022/angular-core.js",
"@angular/common": "http://localhost:4600/es2022/angular-common-full.js",
"@angular/common/http": "http://localhost:4600/es2022/angular-common-full.js",
"@angular/animations": "http://localhost:4600/es2022/angular-animations.js",
"@angular/animations/browser": "http://localhost:4600/es2022/angular-animations-browser.js",
"@angular/platform-browser": "http://localhost:4600/es2022/angular-platform-browser-full.js",
"@angular/platform-browser/animations": "http://localhost:4600/es2022/angular-platform-browser-full.js",
"@angular/platform-browser-dynamic": "http://localhost:4600/es2022/angular-platform-browser-dynamic.js",
"@angular/router": "http://localhost:4600/es2022/angular-router.js",
"@angular/elements": "http://localhost:4600/es2022/angular-elements.js",
"@single-spa-community/angular/internals": "http://localhost:4600/es2022/single-spa-community-angular-internals.js",
"@single-spa-community/angular": "http://localhost:4600/es2022/single-spa-community-angular.js",
"@single-spa-community/angular/elements": "http://localhost:4600/es2022/single-spa-community-angular-elements.js",
"@single-spa-community/angular/parcel": "http://localhost:4600/es2022/single-spa-community-angular-parcel.js"
}
}
</script>
<% } else { %>
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdnjs.cloudflare.com/ajax/libs/single-spa/5.9.3/system/single-spa.min.js",
"@angular/core/primitives/signals": "http://localhost:4600/es2022/angular-core-primitives-signals.min.js",
"@angular/core/primitives/di": "http://localhost:4600/es2022/angular-core-primitives-di.min.js",
"@angular/core/primitives/event-dispatch": "http://localhost:4600/es2022/angular-core-primitives-event-dispatch.min.js",
"@angular/core": "http://localhost:4600/es2022/angular-core.min.js",
"@angular/common": "http://localhost:4600/es2022/angular-common-full.min.js",
"@angular/common/http": "http://localhost:4600/es2022/angular-common-full.min.js",
"@angular/animations": "http://localhost:4600/es2022/angular-animations.min.js",
"@angular/animations/browser": "http://localhost:4600/es2022/angular-animations-browser.min.js",
"@angular/platform-browser": "http://localhost:4600/es2022/angular-platform-browser-full.min.js",
"@angular/platform-browser/animations": "http://localhost:4600/es2022/angular-platform-browser-full.min.js",
"@angular/platform-browser-dynamic": "http://localhost:4600/es2022/angular-platform-browser-dynamic.min.js",
"@angular/router": "http://localhost:4600/es2022/angular-router.min.js",
"@angular/elements": "http://localhost:4600/es2022/angular-elements.min.js",
"@single-spa-community/angular/internals": "http://localhost:4600/es2022/single-spa-community-angular-internals.min.js",
"@single-spa-community/angular": "http://localhost:4600/es2022/single-spa-community-angular.min.js",
"@single-spa-community/angular/elements": "http://localhost:4600/es2022/single-spa-community-angular-elements.min.js",
"@single-spa-community/angular/parcel": "http://localhost:4600/es2022/single-spa-community-angular-parcel.min.js"
}
}
</script>
<% } %>
<% if (htmlWebpackPlugin.options.isDevelopment) { %>
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/6.15.1/system.js"></script>
<% } else { %>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/6.15.1/s.min.js"
integrity="sha512-R+zNP3t9qr2gXLj7QapntxJt0K38/8fnBCsw1Zx9tqxXHfiP9m0s9fFNQUBWVHa+XXtEh4mAX0dk7AJkfDX0Kg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<% } %>
</head>
<body></body>
</html>