Display Validation and Error Messaging in Angular 2

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Angular 2’s ngModel provides error objects for each of the built-in input validators. You can access these errors from a reference to the ngModel itself then build useful messaging around them to display to your users.

Bassel
~ 7 years ago

I'm using WebStorm and i got these error "Angular: Identifier 'required' is not defined. '__type' does not contain such a member". Could you tell how did you fix this problem?