I'm building a model-driven Angular2 form. Most examples I have found will disable the submit button until the form is valid. However, I'm not a fan of this pattern and would rather display any potential errors to the user after the form has been submitted.
I've compared my form ControlGroup data before & after submission and cannot see any difference.
Is there a way to determine if the form is submitted so that I can display my inline validation errors?
