You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: addon/ng2/blueprints/route/index.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ module.exports = {
2
2
description: '',
3
3
4
4
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';
0 commit comments