·
I am on a task to calculate the social security number in Angular, and I wanted to do a POC on my own before implementing the solution.
So here it is: https://github.com/vinny59200/VVNUMEROSECURITESOCIALE
A form using reactive forms with three parameters:
- title
- birthdate
- zipcode
Then a second form, asking for the last 6 digits, which once completed, displays the key of the social security number. Have a nice day,