How many times have you found yourself implementing the same forms functionality over and over again? Same validations, same error messages and even the same forms designs.
How many times have you copied the whole form because you were using the same fields but in a different context?
Let's build our custom re-usable form inputs and create truly generic forms using Angular.