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

Method asReadonly

packages/core/src/resource/api.ts:151–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 */
150 update(updater: (value: T) => T): void;
151 asReadonly(): Resource<T>;
152
153 /**
154 * Instructs the resource to re-load any asynchronous dependency it may have.

Callers 15

resource_spec.tsFile · 0.65
signal_spec.tsFile · 0.65
createParserFunction · 0.65
HttpResourceImplClass · 0.65
RouterClass · 0.65
AnimationClass · 0.65
NodeRuntimeStateClass · 0.65
TypingsLoaderClass · 0.65
CartStoreClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected