example(router): add an example app for the new router

This commit is contained in:
vsavkin
2016-06-21 23:06:35 -07:00
parent 2eb234bc63
commit ef37d2ae0b
19 changed files with 2555 additions and 134 deletions

View File

@ -26,6 +26,7 @@ declare var System: any;
'@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'
},