UNPKG

ng-wizard

Version:

Angular ng-wizard - Angular wizard | stepper

14 lines (13 loc) 924 B
import { ModuleWithProviders } from '@angular/core'; import { NgWizardConfig } from './lib/utils/interfaces'; import * as i0 from "@angular/core"; import * as i1 from "./lib/components/ng-wizard/ng-wizard.component"; import * as i2 from "./lib/components/ng-wizard-step/ng-wizard-step.component"; import * as i3 from "./lib/directives/ng-wizard-step-content.directive"; import * as i4 from "@angular/common"; export declare class NgWizardModule { static forRoot(ngWizardConfig: NgWizardConfig): ModuleWithProviders<NgWizardModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgWizardModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgWizardModule, [typeof i1.NgWizardComponent, typeof i2.NgWizardStepComponent, typeof i3.NgWizardStepContentDirective], [typeof i4.CommonModule], [typeof i1.NgWizardComponent, typeof i2.NgWizardStepComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgWizardModule>; }