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

BuilderPending

Represents a pending state in the builder process. This class is used when the builder is still in progress and the result is not yet available.

Constructor

No documentation has been provided.

Presentation
constructor(
	readonly tag: string
): BuilderPending;
Parameters
NameTypeDescription
r
tag
string

Properties

NameTypeDescription
state
r
"pending"