KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ng2-wizard
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
loadie
:
Android Loaders for the rest of us
locationservice
:
Service to keep a historical record of team member locations
smart-contract
:
couple of smart contracts written in solidity
framer.module.cloudstitch
:
No description available.
website
:
Crypto++ website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ng2-wizard
?
Download (.md)
[](https://badge.fury.io/js/ng2-wizard) # WizardComponent @version 2.0.8 <br> @author: Flávio Silva <br> @link: [https://github.com/fssolutions/ng2-wizard](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: ```bash $ 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:<br> [https://github.com/fssolutions/ng2-wizard](https://github.com/fssolutions/ng2-wizard) ## License Copyright (c) 2016 Flávio Silva [fssolutions](http://www.flaviosilva.net).<br> Licensed under the MIT License (MIT)