showErrors
Method to show errors manually.
.showErrors(errors: {key: message})
Example
.showErrors({ '#email': 'The email is invalid' })
Method to show errors manually.
.showErrors(errors: {key: message})
.showErrors({ '#email': 'The email is invalid' })