#489 Upgrade to angular/router

This commit is contained in:
Denys Vuika
2016-07-28 15:48:37 +01:00
parent 498bfe034f
commit 5dc42b9e6c
8 changed files with 103 additions and 53 deletions

View File

@@ -62,8 +62,13 @@
}
// Most environments should use UMD; some (Karma) need the individual index files
var setPackageConfig = System.packageWithIndex ? packIndex : packUmd;
// Add package entries for angular packages
ngPackageNames.forEach(setPackageConfig);
// No umd for router yet
packages['@angular/router'] = { main: 'index.js', defaultExtension: 'js' };
var config = {
map: map,
packages: packages