Concept Flow - Custom validators
Start Form Input
Trigger Validation
Call Custom Validator Function
Check Input Value
Return null
Update Form Control Status
Show Validation Result
When a form input changes, Angular calls the custom validator function which checks the input and returns null if valid or an error object if invalid.