Can I create a custom validator in Angular ?
this.registerForm = new FormGroup({ nic_no: new FormControl("", [Validators.required]), }); <