@orchestrator/stepper
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

@orchestrator/stepper

A stepper component for Orchestrator library.

@orchestrator/stepper

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

/@orchestrator/stepper/

    Package Sidebar

    Install

    npm i @orchestrator/stepper

    Weekly Downloads

    2

    Version

    2.0.4

    License

    MIT

    Unpacked Size

    170 kB

    Total Files

    32

    Last publish

    Collaborators

    • orchestratora
    • gund
    • ryuugan