MCPcopy
hub / github.com/angular/angular / toString

Method toString

packages/router/src/url_tree.ts:376–378  ·  view source on GitHub ↗

@docs-private

()

Source from the content-addressed store, hash-verified

374
375 /** @docs-private */
376 toString(): string {
377 return serializePath(this);
378 }
379}
380
381export function equalSegments(as: UrlSegment[], bs: UrlSegment[]): boolean {

Callers

nothing calls this directly

Calls 1

serializePathFunction · 0.85

Tested by

no test coverage detected