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

Function deferBlockHasErrored

packages/core/src/defer/triggering.ts:510–515  ·  view source on GitHub ↗
(deferBlock: DehydratedDeferBlock)

Source from the content-addressed store, hash-verified

508}
509
510export function deferBlockHasErrored(deferBlock: DehydratedDeferBlock): boolean {
511 return (
512 getLDeferBlockDetails(deferBlock.lView, deferBlock.tNode)[DEFER_BLOCK_STATE] ===
513 DeferBlockState.Error
514 );
515}
516
517/**
518 * Clean up the parent container of a block where content changed between server and client.

Callers 1

Calls 1

getLDeferBlockDetailsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…