feat(router): add initial implementation

This commit is contained in:
Brian Ford
2015-04-17 09:59:56 -07:00
parent e617ca6323
commit 1b2754dacd
16 changed files with 1095 additions and 0 deletions

View File

@ -50,6 +50,7 @@ module.exports = function(config) {
'/packages/core': 'http://localhost:9877/base/modules/core',
'/packages/change_detection': 'http://localhost:9877/base/modules/change_detection',
'/packages/reflection': 'http://localhost:9877/base/modules/reflection',
'/packages/router': 'http://localhost:9877/base/modules/router',
'/packages/di': 'http://localhost:9877/base/modules/di',
'/packages/directives': 'http://localhost:9877/base/modules/directives',
'/packages/facade': 'http://localhost:9877/base/modules/facade',