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

Function assertDeferredDependenciesLoaded

packages/core/src/defer/utils.ts:148–154  ·  view source on GitHub ↗
(tDetails: TDeferBlockDetails)

Source from the content-addressed store, hash-verified

146 * block in completed state.
147 */
148export function assertDeferredDependenciesLoaded(tDetails: TDeferBlockDetails) {
149 assertEqual(
150 tDetails.loadingState,
151 DeferDependenciesLoadingState.COMPLETE,
152 'Expecting all deferred dependencies to be loaded.',
153 );
154}
155
156/**
157 * Determines if a given value matches the expected structure of a defer block

Callers 2

triggerDeferBlockFunction · 0.90

Calls 1

assertEqualFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…