MCPcopy Create free account
hub / github.com/angular/angular / getDeferBlocks

Method getDeferBlocks

packages/compiler/src/render3/view/t2_api.ts:309–309  ·  view source on GitHub ↗

* Get a list of all `@defer` blocks used by the target.

()

Source from the content-addressed store, hash-verified

307 * Get a list of all `@defer` blocks used by the target.
308 */
309 getDeferBlocks(): DeferredBlock[];
310
311 /**
312 * Gets the element that a specific deferred block trigger is targeting.

Implementers 1

R3BoundTargetpackages/compiler/src/render3/view/t2_

Calls

no outgoing calls

Tested by

no test coverage detected