Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ navigate
Method
navigate
packages/router/test/create_url_tree.spec.ts:672–676 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
670
) {}
671
672
navigate() {
673
this.router.navigateByUrl(
674
createUrlTreeFromSnapshot(this.route.snapshot, [
'innerRoute'
], null, null),
675
);
676
}
677
}
678
679
@Component({
Callers
13
with_platform_navigation.spec.ts
File · 0.45
create_url_tree.spec.ts
File · 0.45
regression_integration.spec.ts
File · 0.45
bootstrap.spec.ts
File · 0.45
router_outlet.spec.ts
File · 0.45
canActivate
Method · 0.45
routerEventsIntegrationSuite
Function · 0.45
navigationErrorsIntegrationSuite
Function · 0.45
ngOnInit
Method · 0.45
navigationIntegrationTestSuite
Function · 0.45
integration.spec.ts
File · 0.45
routeReuseIntegrationSuite
Function · 0.45
Calls
2
createUrlTreeFromSnapshot
Function · 0.90
navigateByUrl
Method · 0.45
Tested by
no test coverage detected