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

how to apply validation to each tab

Open jayantdeshmukh opened this issue 6 years ago • 1 comments

jayantdeshmukh avatar Mar 20 '18 06:03 jayantdeshmukh

hello. In each tab you can add property 'isValid', for example: (always is valid) <wizard-step [isValid]='true'>

But if you want dynamically you could use Forms Validate

gromoc avatar Nov 29 '18 22:11 gromoc