Allow lazy loading with AngularSpa in dev build

Previously, the AngularSpa didn't include `angular2-router-loader`.
This commit ensures it does.

Closes #1194
This commit is contained in:
frederikprijck
2017-08-15 23:45:31 +02:00
committed by Steve Sanderson
parent 90c59ff4e7
commit fc398d602a
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
"@angular/router": "4.2.5",
"@ngtools/webpack": "1.5.0",
"@types/webpack-env": "1.13.0",
"angular2-router-loader": "0.3.5",
"angular2-template-loader": "0.6.2",
"aspnet-prerendering": "^3.0.1",
"aspnet-webpack": "^2.0.1",