|
1 | 1 | # Overview ng2-archwizard
|
2 | 2 |
|
3 |
| -[](https://travis-ci.org/madoar/ng2-wizard) |
4 |
| -[](https://david-dm.org/madoar/ng2-wizard) |
5 |
| -[](https://david-dm.org/madoar/ng2-wizard?type=dev) |
6 |
| -[](https://dependencyci.com/github/madoar/ng2-wizard) |
7 |
| -[](https://codeclimate.com/github/madoar/ng2-wizard) |
8 |
| -[](https://codeclimate.com/github/madoar/ng2-wizard/coverage) |
| 3 | +[](https://travis-ci.org/madoar/ng2-archwizard) |
| 4 | +[](https://david-dm.org/madoar/ng2-archwizard) |
| 5 | +[](https://david-dm.org/madoar/ng2-archwizard?type=dev) |
| 6 | +[](https://dependencyci.com/github/madoar/ng2-archwizard) |
| 7 | +[](https://codeclimate.com/github/madoar/ng2-archwizard) |
| 8 | +[](https://codeclimate.com/github/madoar/ng2-archwizard/coverage) |
9 | 9 | [](https://www.npmjs.com/package/ng2-archwizard)
|
10 | 10 |
|
11 | 11 | This project contains a functional wizard component for [Angular 2](https://angular.io/).
|
@@ -151,3 +151,7 @@ Possible parameters:
|
151 | 151 | ### [previousStep]
|
152 | 152 | By adding a `previousStep` directive to a button or a link, you automatically add a `onClick` listener to the button or link, that changes your wizard to the previous step.
|
153 | 153 | This listener will automatically change the currently selected wizard step to the previous wizard step after a click on the component.
|
| 154 | + |
| 155 | +## Example |
| 156 | +You can find an basic example project using ng2-archwizard in the [ng2-archwizard-demo](https://github.com/madoar/ng2-archwizard-demo) repository. |
| 157 | +It illustrates how the wizard looks like and how the different settings can change its layout. |
0 commit comments