It would be nice to have the possibility to explicitly call a .validate() method on a ControlGroup.
Starting with an invalid form just because the user still hasn't entered anything isn't always ideal.
In your forms guide it's quite convenient to start out with a populated model, hence you don't need to check !field.dirty or !field.touched in the view.
Please see my video or check out my ng2_play repo, it's always easier to show the problem.
It would be nice to have the possibility to explicitly call a .validate() method on a ControlGroup.
Starting with an invalid form just because the user still hasn't entered anything isn't always ideal.
In your forms guide it's quite convenient to start out with a populated model, hence you don't need to check !field.dirty or !field.touched in the view.
Please see my video or check out my ng2_play repo, it's always easier to show the problem.