Skip to content

Commit

Permalink
feat(router): upgrade the router version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Brocco committed Jun 14, 2016
1 parent 5610dfd commit eb9b80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router": "3.0.0-alpha.3",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
Expand Down
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/route/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
description: '',

install: function () {
throw 'Due to changes in the router, route generation has been temporarily disabled';
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';
}
};

0 comments on commit eb9b80e

Please sign in to comment.