Add AoT compilation to Angular template

This commit is contained in:
Steve Sanderson
2017-07-07 11:02:50 +01:00
parent 03018f32b7
commit 5191531813
7 changed files with 103 additions and 27 deletions

View File

@@ -9,6 +9,7 @@
"@angular/animations": "4.2.5",
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/compiler-cli": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
@@ -16,6 +17,7 @@
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/platform-server": "4.2.5",
"@angular/router": "4.2.5",
"@ngtools/webpack": "1.5.0",
"@types/node": "8.0.8",
"angular2-template-loader": "0.6.2",
"aspnet-prerendering": "^2.0.5",