/** * An easy-to-use light-weight angular library to handle multi-paths wizards (and simple wizards too) and navigate into them. * * @stacked-example(WizardComponent, logo/wizard-sample/wizard-showcase/wizard-showcase.component) * * ### Installation * * All public npm packages of Logo Software is at [https://www.npmjs.com/~logofe](https://www.npmjs.com/~logofe). To * install Wizard Module: * * ```bash * $ npm set registry https://registry.npmjs.org/ * $ npm install @logo-software/wizard -s * ``` * * Just import it to your project of `@NgModule` import section. * * ```typescript * import { WizardModule } from '@logo-software/wizard'; * * @NgModule({ * imports: [CommonModule, WizardModule], * }) * export class AppModule { * } * ``` */ export declare class WizardModule { }