chore: remove deprecated router 2/2

This commit is contained in:
Misko Hevery
2016-08-09 15:18:55 -07:00
committed by Alex Rickabaugh
parent a20a420be6
commit f9da3c98d6
14 changed files with 20 additions and 46 deletions

View File

@ -35,8 +35,6 @@ declare var System: any;
'/packages-dist/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
'@angular/http': '/packages-dist/http/bundles/http.umd.js',
'@angular/upgrade': '/packages-dist/upgrade/bundles/upgrade.umd.js',
'@angular/router-deprecated':
'/packages-dist/router-deprecated/bundles/router-deprecated.umd.js',
'@angular/router': '/packages-dist/router/bundles/router.umd.js',
'@angular/core/src/facade': '/all/@angular/core/src/facade',
'rxjs': location.pathname.replace(/\w+\.html$/i, '') + 'rxjs'