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
thrownewError(`The module that was lazy loaded by activating ${originalName}should also have a ui-router state named '${originalName}'`);
120
+
thrownewError(`The Future State named '${originalName}' lazy loaded an NgModule. That NgModule should also have a UIRouterModule.forChild() state named '${originalName}' to replace the Future State, but it did not.`);
123
121
}
124
122
125
123
// Supply the newly loaded states with the Injector from the lazy loaded NgModule
0 commit comments