{{user | json}}
Validate just like any other angular application, except specifying validation messages for a control wrapped in abmFormGroup
directive:
error-messages
attribute which points to an object map containing the type of error and error message as key - value pairserror-messages-include
which points to a template as mentioned in the documentationabmConfig
service in your application and provide an error map via it's setErrors
method. Note that these will be global for the application