Total Complexity | 36 |
Complexity/F | 1 |
Lines of Code | 21 |
Function Count | 36 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | export class Routes{ |
||
2 | |||
3 | goToLink(link:any):void |
||
4 | getUpdateRoutes():void |
||
5 | getRouteVars():void |
||
6 | getRoutesOutside(routetarget:any):void |
||
7 | removeVarsOfRoute(route:any):any |
||
8 | registerRoute(routePathRegister:any, compEvent:any):void |
||
9 | runRoute(initialPage:any, InitialPageRedirect:any):voisd |
||
10 | whenUpdate(eventClass:any):void |
||
11 | whenChange(eventClass:any, object:any):void |
||
12 | whenChangeRoute(eventClass:any):void |
||
13 | whenChangeLocation(eventClass:any):void |
||
14 | redirectLocation():void |
||
15 | addEventSync():void |
||
16 | resolveAwait():void |
||
17 | whenAwait(eventClass:any):void |
||
18 | routeExecution(initialpage:any,initialPageRedirect:any):void |
||
19 | registerNest(linkedTo:any,routePathRegister:any,compevent:any,nest:any):void |
||
20 | nestRoutes(targetLocation:any,routeTarget:any,QtdPathNest:any):void |
||
21 | } |