UNPKG

angular2-wizard-angular-material

Version:

This is an Angular2 Form Wizard component. Just like any form wizard. You can define steps and control how each step works. You can enable/disable navigation button based on validity of the current step. Currently, the component only support basic functio

7 lines (6 loc) 229 B
import { ModuleWithProviders } from '@angular/core'; export * from './src/wizard.component'; export * from './src/wizard-step.component'; export declare class FormWizardModule { static forRoot(): ModuleWithProviders; }