We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae6c7 commit eb5f527Copy full SHA for eb5f527
addon/ng2/blueprints/ng2/files/src/client/index.html
@@ -6,7 +6,7 @@
6
<base href="/">
7
{{content-for 'head'}}
8
<link rel="icon" type="image/x-icon" href="favicon.ico">
9
-
+
10
<!-- Service worker support is disabled by default.
11
Install the worker script and uncomment to enable.
12
Only enable service workers in production.
@@ -32,7 +32,6 @@
32
<script src="vendor/angular2/bundles/http.dev.js"></script>
33
<script src="vendor/angular2/bundles/router.dev.js"></script>
34
35
- <script src="system-config.js"></script>
36
<script>
37
System.import('system-config.js').then(function(systemConfig) {
38
System.config(systemConfig.config);
0 commit comments