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

Method getDeferBlocks

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

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

()

Source from the content-addressed store, hash-verified

289 * Get a list of all `@defer` blocks used by the target.
290 */
291 getDeferBlocks(): DeferredBlock[];
292
293 /**
294 * 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