MCPcopy Create free account
hub / github.com/angular/angular / _setPending

Method _setPending

packages/router/src/router_state.ts:289–292  ·  view source on GitHub ↗

@internal

(snapshot: ActivatedRouteSnapshot)

Source from the content-addressed store, hash-verified

287
288 /** @internal */
289 _setPending(snapshot: ActivatedRouteSnapshot): void {
290 this._futureSnapshot = snapshot;
291 this.pending?.set(true);
292 }
293}
294
295export type ParamsInheritanceStrategy = 'emptyOnly' | 'always';

Callers 1

createNodeFunction · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected