Is there any way to use [stepControl]
error matcher with template driven forms? The docs just teach about an AbstractControl instance, which apparently forces the use of a reactiveForm.
I've tried to use [stepControl]="myNgForm"
and [linear]="true"
to validate the steps but the stepper just ignores it.
I appreciate any help.
Thanks!