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

Function triggerPrefetching

packages/core/src/defer/triggering.ts:159–161  ·  view source on GitHub ↗
(tDetails: TDeferBlockDetails, lView: LView, tNode: TNode)

Source from the content-addressed store, hash-verified

157 * @param tNode TNode that represents a defer block.
158 */
159export function triggerPrefetching(tDetails: TDeferBlockDetails, lView: LView, tNode: TNode) {
160 triggerResourceLoading(tDetails, lView, tNode);
161}
162
163/**
164 * Trigger loading of defer block dependencies if the process hasn't started yet.

Callers 5

ɵɵdeferPrefetchWhenFunction · 0.90
ɵɵdeferPrefetchOnHoverFunction · 0.90
prefetchFunction · 0.85

Calls 1

triggerResourceLoadingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…