* @description * Method that performs synchronous validation against the provided control. * * @param control The control to validate against. * * @returns A map of validation errors if validation fails, * otherwise null.
(control: AbstractControl)
| 99 | * otherwise null. |
| 100 | */ |
| 101 | validate(control: AbstractControl): ValidationErrors | null; |
| 102 | |
| 103 | /** |
| 104 | * @description |
no outgoing calls
no test coverage detected