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

@ -41,7 +41,7 @@ System.config({
main: 'index.js',
defaultExtension: 'js'
},
'@angular/router-deprecated': {
'@angular/router': {
main: 'index.js',
defaultExtension: 'js'
},