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

Function intercept

packages/core/test/acceptance/defer_spec.ts:197–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 let loadingTimeout = 0;
196 const deferDepsInterceptor = {
197 intercept() {
198 return () => {
199 return [dynamicImportOf(NestedCmp, loadingTimeout)];
200 };
201 },
202 };
203
204 TestBed.configureTestingModule({

Callers

nothing calls this directly

Calls 4

setTimeoutFunction · 0.85
rejectFunction · 0.85
dynamicImportOfFunction · 0.70
failedDynamicImportFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…