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

Function encodeUriQuery

packages/router/src/url_tree.ts:527–529  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

525 * http://www.site.org/html;mk=mv?k=v#f
526 */
527export function encodeUriQuery(s: string): string {
528 return encodeUriString(s).replace(/%3B/gi, ';');
529}
530
531/**
532 * This function should be used to encode a URL fragment. In the following URL, you need to call

Callers 2

serializeQueryParamsFunction · 0.70

Calls 2

encodeUriStringFunction · 0.85
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…