(expectedValue: string, timeout: number = 0)
| 6311 | } |
| 6312 | |
| 6313 | function uniqLoginAsyncValidator(expectedValue: string, timeout: number = 0) { |
| 6314 | return asyncValidator((c) => c.value === expectedValue, timeout, {'uniqLogin': true}); |
| 6315 | } |
| 6316 | |
| 6317 | function observableValidator(resultArr: number[]): AsyncValidatorFn { |
| 6318 | return (c: AbstractControl) => { |
no test coverage detected