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

Method reload

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

* Instructs the resource to re-load any asynchronous dependency it may have. * * Note that the resource will not enter its reloading state until the actual backend request is * made. * * @returns true if a reload was initiated, false if a reload was unnecessary or unsupported

()

Source from the content-addressed store, hash-verified

159 * @returns true if a reload was initiated, false if a reload was unnecessary or unsupported
160 */
161 reload(): boolean;
162}
163
164/**

Callers 8

resource_spec.tsFile · 0.65
_reloadValidationMethod · 0.65
resource_spec.tsFile · 0.65
openErrorSnackBarMethod · 0.65
constructorMethod · 0.65
reloadUserMethod · 0.65
ngOnInitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected