Skip to content

Commit

Permalink
docs: annotate ComponentFixture.getDeferBlocks as a developer previ…
Browse files Browse the repository at this point in the history
…ew API
  • Loading branch information
AndrewKushnir committed Sep 22, 2023
1 parent 0a4f18a commit 535ab38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/testing/src/component_fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ export class ComponentFixture<T> {
}

/**
* Retrieves all defer block fixtures in the component fixture
* Retrieves all defer block fixtures in the component fixture.
*
* @developerPreview
*/
getDeferBlocks(): Promise<DeferBlockFixture[]> {
const deferBlocks: DeferBlockDetails[] = [];
Expand Down

0 comments on commit 535ab38

Please sign in to comment.