ssn
The value must be a valid US Social Security Number — AAA-GG-SSSS (dashes optional), excluding the ranges the SSA never issues.
Signature
NguardValidators.String.ssn: ValidatorFn
Reactive forms
import { FormControl } from '@angular/forms';
import { NguardValidators } from 'ng-nguard';
new FormControl('', [NguardValidators.String.ssn]);
Template-driven forms
<input ngModel name="ssn" nguardSsn />
Error key
{ ssn: true }
Notes
- Rejects area
000,666, and900–999; group00; and serial0000. - Accepts both
123-45-6789and123456789.
See also
vatNumber— EU VAT numbers