Good evening everyone!
I'm having a few issues with Angular lately. I'm new to Angular, so I'm encountering lots of errors here and there. Thankfully, I've got this beautifully big community to bring some knowledge.
I'm on the stage of validating forms in Angular.
I'm trying to make a validation through the view (html file) and component (component file).
These are the problems I'm having atm:
- My field validations don't seem to work, as when I click the submit button of my form, it automatically skips any possible validation
