maiyaporn / angular2-wizard

Angular2 - Form Wizard Component
118 stars 119 forks source link

Dynamic wizard-steps #21

Open nemanjapCT opened 7 years ago

nemanjapCT commented 7 years ago

Hi, how can I setup dynamic wizard steps? I have tried with following code but no luck. `<wizard-step *ngFor="let test of testArray" [title]="test.Name" (onNext)="testFunc($event)">

Step {{test.Name}}

            </wizard-step>`
ibonkonesa commented 6 years ago

It's working for me, but I had to code an empty timeout in order to show content (facepalm)