Open nemanjapCT opened 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)">
</wizard-step>`
It's working for me, but I had to code an empty timeout in order to show content (facepalm)
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}}