Skip to content

Commit eb9b80e

Browse files
committed
feat(router): upgrade the router version
BREAKING CHANGE: The router has been updated to the newest version, usage of the deprecated router and the original release candidate routers are no longer supported
1 parent 5610dfd commit eb9b80e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/http": "2.0.0-rc.1",
2020
"@angular/platform-browser": "2.0.0-rc.1",
2121
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
22-
"@angular/router": "2.0.0-rc.1",
22+
"@angular/router": "3.0.0-alpha.3",
2323
"es6-shim": "^0.35.0",
2424
"reflect-metadata": "0.1.3",
2525
"rxjs": "5.0.0-beta.6",

addon/ng2/blueprints/route/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
description: '',
33

44
install: function () {
5-
throw 'Due to changes in the router, route generation has been temporarily disabled';
5+
throw 'Due to changes in the router, route generation has been temporarily disabled. You can find more information about the new router here: http://victorsavkin.com/post/145672529346/angular-router';
66
}
77
};

0 commit comments

Comments
 (0)