@orchestrator/stepper
v2.0.4
Published
> A stepper component for Orchestrator library.
Downloads
6
Readme
@orchestrator/stepper
A stepper component for Orchestrator library.
Registration
import { NgModule } from '@angular/core';
import { OrchestratorCoreModule } from '@orchestrator/core';
import { StepperModule } from '@orchestrator/stepper';
@NgModule({
imports: [OrchestratorCoreModule.forRoot(), StepperModule.forRoot()],
})
export class AppModule {}
Components list
| Component | Description | | ------------------------------------------------------------------------ | ------------------------------- | | orc-stepper-host | Allows to render multiple steps | | orc-step-host | Allows to render a single step | | | |