MCPcopy
hub / github.com/angular/angular / areEqual

Method areEqual

packages/common/upgrade/src/params.ts:212–214  ·  view source on GitHub ↗
(valA: string, valB: string)

Source from the content-addressed store, hash-verified

210 }
211
212 areEqual(valA: string, valB: string) {
213 return this.normalize(valA) === this.normalize(valB);
214 }
215
216 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/urlUtils.js#L60
217 parse(url: string, base?: string) {

Callers 1

initializeMethod · 0.80

Calls 1

normalizeMethod · 0.95

Tested by

no test coverage detected