MCPcopy Index your code
hub / github.com/angular/angular / composeUrls

Method composeUrls

packages/common/upgrade/src/location_shim.ts:485–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 }
484
485 private composeUrls() {
486 this.$$url = this.urlCodec.normalize(this.$$path, this.$$search, this.$$hash);
487 this.$$absUrl = this.getServerBase() + this.$$url.slice(1); // remove '/' from front of URL
488 this.updateBrowser = true;
489 }
490
491 /**
492 * Retrieves the full URL representation with all segments encoded according to

Callers 4

$$parseMethod · 0.95
pathMethod · 0.95
searchMethod · 0.95
hashMethod · 0.95

Calls 2

getServerBaseMethod · 0.95
normalizeMethod · 0.65

Tested by

no test coverage detected