I have a form which need to show validation error messages if clicked submit.
Here is a working plunker
You only need to check if the form is dirty and valid before submitting it. Checkout the following code.
And also you can disable your submit button with the following change:
This should help for your initial