We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297b4db commit a1c1bdbCopy full SHA for a1c1bdb
1 file changed
templates/Angular2Spa/ClientApp/boot-client.ts
@@ -1,9 +1,7 @@
1
-import 'angular2-universal-polyfills';
2
-import 'es6-shim';
3
-import 'zone.js';
+import 'angular2-universal-polyfills/browser';
4
import 'bootstrap';
5
import './styles/site.css';
6
-import { enableProdMode} from '@angular/core';
+import { enableProdMode } from '@angular/core';
7
import { platformUniversalDynamic } from 'angular2-universal';
8
import { AppModule } from './app/app.module';
9
0 commit comments