angular2-wizard icon indicating copy to clipboard operation
angular2-wizard copied to clipboard

Dynamic wizard-steps

Open nemanjapCT opened this issue 8 years ago • 1 comments

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)"> <h1>Step {{test.Name}}</h1> </wizard-step>

nemanjapCT avatar Jun 07 '17 14:06 nemanjapCT

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

ibonkonesa avatar Feb 02 '18 12:02 ibonkonesa