I am trying to show validate message in form in angular 2 ? I am getting this error
Cannot read property \'hasError\' of undefined
I added these
This should do what you want:
username is required Minimum password length is 8!
Plunker example