https://github.com/fssolutions/ng2-wizard
https://github.com/fssolutions/ng2-wizard
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fssolutions/ng2-wizard
- Owner: fssolutions
- License: mit
- Created: 2016-09-08T13:37:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T18:00:09.000Z (about 8 years ago)
- Last Synced: 2024-11-02T11:49:51.140Z (over 1 year ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 15
- Watchers: 5
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/js/ng2-wizard)
# WizardComponent
@version 2.0.8
@author: Flávio Silva
@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.
```
```
## Example
### Template (.html)
```
Title of first tab
Hello World
```
### 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](https://github.com/fssolutions/ng2-wizard)
## License
Copyright (c) 2016 Flávio Silva [fssolutions](http://www.flaviosilva.net).
Licensed under the MIT License (MIT)