2.0.8 • Published 6 years ago

ng2-wizard v2.0.8

Weekly downloads
62
License
MIT
Repository
github
Last release
6 years ago

npm version

WizardComponent

@version 2.0.8 @author: Flávio Silva @link: https://github.com/fssolutions/ng2-wizard

Installation

Wizard runs on angular 2 and is available as an NPM package. You can install ng2-wizard in your project's directory as usual:

$ npm install --save ng2-wizard

Component Wizard(step to step with tabs) for Angular 2.

 <wizard orientation="string [landscape|portrait]" hiddenTabs="string [yes|no]" disableTabs="string [yes|no]" disableSteps="Array [number]" hiddenDisableSteps="string [yes|no]" currentStep="int [number]" (stepChange)="onYourFunction($event)">

Example

Template (.html)

 <wizard orientation="portrait">
  <wizard-step>
    <wizard-step-tab>Title of first tab</wizard-step-tab>
    Hello World
  </wizard-step>
 </wizard>

TypeScript (.ts)

Import WizardComponent and WizardStepComponent

 import { Ng2WizardModule } from 'ng2-wizard';

Add in your module

 @NgModule({   
   imports: [
    Ng2WizardModule,
   ]
 })

Contributing

Contributions are welcome and appreciated. You can find ng2-combosearch on GitHub, feel free to start an issue or create a pull requests: https://github.com/fssolutions/ng2-wizard

License

Copyright (c) 2016 Flávio Silva fssolutions. Licensed under the MIT License (MIT)

2.0.8

6 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.9

8 years ago

1.0.7

8 years ago

1.0.62

8 years ago

1.0.61

8 years ago

1.0.6-1

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago