diff --git a/templates/Angular2Spa/ClientApp/boot-client.ts b/templates/Angular2Spa/ClientApp/boot-client.ts index ac1b873..50f7181 100644 --- a/templates/Angular2Spa/ClientApp/boot-client.ts +++ b/templates/Angular2Spa/ClientApp/boot-client.ts @@ -1,9 +1,8 @@ -import 'bootstrap'; require('zone.js'); +import 'bootstrap'; import 'reflect-metadata'; import './styles/site.css'; - import { bootstrap } from '@angular/platform-browser-dynamic'; import { FormBuilder } from '@angular/common'; import * as router from '@angular/router-deprecated';