We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7bfe0 commit 8fe7e76Copy full SHA for 8fe7e76
addon/ng2/blueprints/route/index.js
@@ -110,11 +110,12 @@ module.exports = {
110
],
111
112
beforeInstall: function(options) {
113
- options.route = true;
114
- if (options.lazy) {
115
- options.isLazyRoute = true;
116
- }
117
- return Blueprint.load(path.join(__dirname, '..', 'component')).install(options);
+ throw 'Due to changes in the router, route generation has been temporarily disabled';
+ // options.route = true;
+ // if (options.lazy) {
+ // options.isLazyRoute = true;
+ // }
118
+ // return Blueprint.load(path.join(__dirname, '..', 'component')).install(options);
119
},
120
121
afterInstall: function (options) {
0 commit comments