Package Exports
- @orchestrator/stepper
- @orchestrator/stepper/bundles/orchestrator-stepper.umd.js
- @orchestrator/stepper/fesm2015/orchestrator-stepper.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@orchestrator/stepper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 |