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

Function nonBlocking

packages/router/src/router_resource.ts:65–68  ·  view source on GitHub ↗
(res: R)

Source from the content-addressed store, hash-verified

63 * @experimental
64 */
65export function nonBlocking<T, R extends Resource<T>>(res: R): R {
66 (res as unknown as InternalRouterResource<T>)[BLOCKING_SYMBOL] = false;
67 return res;
68}
69
70/**
71 * Wraps a Resource to make it cooperative with the Angular Router, freezing its state

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected