MCPcopy
hub / github.com/angular/angular / encodeUriFragment

Function encodeUriFragment

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

Source from the content-addressed store, hash-verified

535 * http://www.site.org/html;mk=mv?k=v#f
536 */
537export function encodeUriFragment(s: string): string {
538 return encodeURI(s);
539}
540
541/**
542 * This function should be run on any URI segment as well as the key and value in a key/value

Callers 2

serializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…