Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ parseFragment
Method
parseFragment
packages/router/src/url_tree.ts:642–644 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
640
}
641
642
parseFragment(): string | null {
643
return
this.consumeOptional(
'#'
) ? decodeURIComponent(this.remaining) : null;
644
}
645
646
private parseChildren(depth = 0): {[outlet: string]: UrlSegmentGroup} {
647
if
(depth > 50) {
Callers
1
parse
Method · 0.95
Calls
1
consumeOptional
Method · 0.95
Tested by
no test coverage detected