开发者问题收集
我正在实现自定义验证器以匹配组件中的密码。这是我的 component.ts 表单声明this.addUserForm = new FormGroup({firstname: new FormControl('', [Validators.required]),lastname: new FormControl('', [Validators.required]),city: new FormCo