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

Function getLoadingBlockAfter

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

Source from the content-addressed store, hash-verified

112
113/** Retrieves the value of the `after` parameter on the @loading block. */
114export function getLoadingBlockAfter(tDetails: TDeferBlockDetails): number | null {
115 return tDetails.loadingBlockConfig?.[LOADING_AFTER_SLOT] ?? null;
116}
117
118/**
119 * Adds downloaded dependencies into a directive or a pipe registry,

Callers 2

renderDeferBlockStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…