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
// CHECKME: We generate a new route table. This is only so we can copy in the plugin's namespace. Should reeeaally happen in the plugin itself...
183
-
finalNGRouteTablepluginRouteTable;
184
-
185
-
// If we're in development mode, the create the route table, using the plugin as a "route supplier". This means the route list gets updated, every time the user makes a change.
186
-
// In production, we just create the route table from a static list in instead, to maintain performance
// CHECKME: We generate a new route table. This is only so we can copy in the plugin's namespace. Should reeeaally happen in the plugin itself...
279
+
finalNGRouteTablepluginRouteTable;
280
+
281
+
// If we're in development mode, the create the route table, using the plugin as a "route supplier". This means the route list gets updated, every time the user makes a change.
282
+
// In production, we just create the route table from a static list in instead, to maintain performance
* @return The class to use when constructing a new session. By default we look for a class named "Session" in the same package as the application class
0 commit comments