Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Function

whenBuildersDone

Generic types:T

Operator function that transforms a source Observable of BuilderState array into an Observable of results array. It filters out states that are not done and maps the done states to their results.

Presentation

Returns

OperatorFunction<BuilderState<T>[], T[]> -

{OperatorFunction<Array<BuilderState>, Array>} An OperatorFunction that can be used with pipe.