An open API service indexing awesome lists of open source software.

https://github.com/fssolutions/ng2-wizard


https://github.com/fssolutions/ng2-wizard

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

[![npm version](https://badge.fury.io/js/ng2-wizard.svg)](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)