1.0.4 • Published 7 years ago

wizard-steps v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

angular4-wizard-steps

app.component.html

Add the child components in the app.component.html file, components that will build the wizard

<app-stages-wz stages="stages">

<app-stages-wz-footer-actions isShowNext="isShowNext" isShowPrev="isShowPrev" (next)="nextStage()" (prev)="prevStage()">

app.component.ts

loading of the stages of a particular process

// interfaces import { Stage } from './wizard-steps/interfaces/stage.interface';

// services import { WizardStepsService } from './wizard-steps/services/wizard-steps.service';

ngOnInit() { this.stages = { defaultOrder: 0, stages: 'stage 01', 'stage 02', 'finalize process' } }

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago