Bug, feature request, or proposal:
Add the ability to describe forms in a Template form way, not only as Reactive Forms.
What is the expected behavior?
Make it possible to use template forms inside the steps.
What is the current behavior?
Currently only Reactive forms can be used, because [stepControl] must point to a form group in order to watch the state of the form
What is the use-case or motivation for changing an existing behavior?
Not everyone uses Reactive Forms, there's a lot of Template forms code out there.