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 85c9aec commit 187770fCopy full SHA for 187770f
addon/ng2/blueprints/ng2/files/__path__/index.html
@@ -36,7 +36,9 @@
36
{{#if environment.production}}
37
<script src="/app-concat.js" async></script>
38
{{else}}
39
- {{#each scripts.polyfills}}<script src="{{.}}"></script>{{/each}}
+ {{#each scripts.polyfills}}
40
+ <script src="{{.}}"></script>
41
+ {{/each}}
42
<script>
43
System.import('system-config.js').then(function () {
44
System.import('main');
@@ -46,7 +48,9 @@
46
48
47
49
<% } else { %>
50
51
52
53
54
55
56
0 commit comments