(node: TreeNode<ActivatedRouteSnapshot>)
| 540 | } |
| 541 | |
| 542 | function hasEmptyPathConfig(node: TreeNode<ActivatedRouteSnapshot>) { |
| 543 | const config = node.value.routeConfig; |
| 544 | return config && config.path === ''; |
| 545 | } |
| 546 | |
| 547 | /** |
| 548 | * Finds `TreeNode`s with matching empty path route configs and merges them into `TreeNode` with |
no outgoing calls
no test coverage detected
searching dependent graphs…