export class SingleControlComponent { readonly usernameControl = new FormControl(null, { asyncValidators: userDoesNotExist, updateOn: 'blur' }); ...
確定! 回上一頁