Return to site

GITHUB: SOCIAL SECURITY NUMBER

· github,fullstack

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.

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,