MCPcopy
hub / github.com/angular/angular / equalParams

Function equalParams

packages/router/src/url_tree.ts:145–148  ·  view source on GitHub ↗
(container: Params, containee: Params)

Source from the content-addressed store, hash-verified

143}
144
145function equalParams(container: Params, containee: Params): boolean {
146 // TODO: This does not handle array params correctly.
147 return shallowEqual(container, containee);
148}
149
150function equalSegmentGroups(
151 container: UrlSegmentGroup,

Callers

nothing calls this directly

Calls 1

shallowEqualFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…