When using reactive forms in Angular we usually avoid template based validation like required, maxlength and so on.
required
maxlength
It’s been a while since I decided to write about reactive forms, as I believe they are an essential part of every developer’s life.