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

Method queryParams

packages/router/src/directives/router_link.ts:237–239  ·  view source on GitHub ↗
(value: Params | null | undefined)

Source from the content-addressed store, hash-verified

235 * @see {@link Router#createUrlTree}
236 */
237 @Input() set queryParams(value: Params | null | undefined) {
238 this._queryParams.set(value);
239 }
240 get queryParams(): Params | null | undefined {
241 return untracked(this._queryParams);
242 }

Callers 1

RouterLinkClass · 0.80

Calls 2

untrackedFunction · 0.90
setMethod · 0.65

Tested by

no test coverage detected