Angular中的FormControl

需求:郵箱驗證、密碼驗證、用戶名驗證、IP地址驗證、手機號驗證等 方案: 1、鍵值的形式控制: this.formGroup = new FormGroup({ username: new FormControl('', [Validators.requried, Validators.pattern('…')]), password: new FormControl('',), email: n
相關文章
相關標籤/搜索