The default constructor
The wizard config containing component properties
The event emitted when the cancel button has been selected
The event emitted when all wizard steps and substeps have finished
The event emitted when the next button has been selected
The event emitted when the back button has been selected
The event emitted when a step has changed
Indicates that the selected step is also the first wizard step or substep
True if the selected step is the first wizard step or substep
Set a flag indicating that the selected step is also the first wizard step or substep
True if the selected step is the first wizard step or substep
True if the selected step is the first wizard step or substep
Returns the selected wizard step or substep
The wizard step or substep
Set the selected wizard step or substep for this component
The wizard step or substep
The wizard step or substep
Returns the selected wizard step or substep number
The step index
Returns the wizard steps or substeps for this component
The wizard steps or substeps
Set the wizard steps or substeps for this component
The wizard steps or substeps
The wizard steps or substeps
Add a wizard step or substep to this component
The wizard step or substep
Returns only wizard steps with review templates
The wizard stepd or substepd
Returns the step index for the given wizard step or substep
The wizard step or substep
The step number
Navigate to the next wizard step or substep
Navigate to the previous wizard step or substep
Navigate to the given wizard step index
The step number to navigate to
True if the first substep (if exists) should be selected
Called when the next button has been selected.
True to emit the onNext event
Check if the component config has changed
Setup component configuration upon initialization
Called when the previous button has been selected.
True to emit the onNext event
Emits an event when the wizard step or substep has changed
The wizard step or substep
The order of the wizard step of substep within its parent
Set a flag indicating that the selected step is also the first wizard step or substep
The step index
Generated using TypeDoc
Wizard component
Usage:
// NGX Bootstrap import { ModalModule } from 'ngx-bootstrap/modal';
@NgModule({ imports: [ModalModule.forRoot(), WizardModule,...] }) export class AppModule(){}
Optional: