• Overview
@angular/core/testing

DeferBlockFixture

Class

Represents an individual defer block for testing purposes.

  
    class DeferBlockFixture {}
  
  

render

Promise<void>

Renders the specified state of the defer fixture.

@paramstateDeferBlockState

the defer state to render

@returnsPromise<void>

getDeferBlocks

Retrieves all nested child defer block fixtures in a given defer block.

@returnsPromise<DeferBlockFixture[]>
Jump to details