I have watched so many videos trying to understand this concept and this was the first video I saw that didn't use unnecessary libraries or Modules. Simple, Useful, and Straight to the point! Thank you so much!
@SimplilearnOfficial2 жыл бұрын
Hello thank you for watching our video .We are glad that we could help you in your learning !
@icaromendes1250 Жыл бұрын
Thank you so much! your tutorial is step-by-step, very slow, explaining everything. the others I tried I just couldn't take hold of everything. Keep the nice work. 🙏
@SimplilearnOfficial Жыл бұрын
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
@xXDaveCraftXx2 жыл бұрын
maybe as a help for Ppl who didnt work with angular before, you can create your form-component with all files in it manually but its way easier over the terminal with the command: "ng generate component " It creates all files for you. You can also run your build and it opens it automatically in the browser with "ng serve --open" else great tutorial for new ppl thanks
@SimplilearnOfficial2 жыл бұрын
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
@medino.josue01 Жыл бұрын
Congratulations, i understand, thank you!
@SimplilearnOfficial Жыл бұрын
We're so glad that you enjoyed your time learning with us! If you're interested in continuing your education and developing new skills, take a look at our course offerings in the description box. We're confident that you'll find something that piques your interest!
@RajeshSays2 жыл бұрын
Great tutorial. Crystal clear explanation. Thank you!
@SimplilearnOfficial2 жыл бұрын
Glad it was helpful!
@pawe38693 жыл бұрын
Hey, I dont get it, form tutorial starts with already built project where you add just few buttons and labels. If it is about Angular form wouldn't it be propriate just to start with setting spec, all fields, all angular dependencies before creating html page with front part?
@tudor142 жыл бұрын
A full 20 minute tutorial on forms and you don't even demonstrate how to actually catch user input and maybe display it to the console to show that the form works. Just a bunch of faffing around with form validation.
@SimplilearnOfficial2 жыл бұрын
Thank you for your review. We’ll strive to do better.
@juanmanuelgallego36302 жыл бұрын
Thank you
@SimplilearnOfficial2 жыл бұрын
You're welcome
@madhumitha87133 жыл бұрын
how to find if there is duplicate error or not in reactive forms. Anybodyy please answer to this
@desabisc3 жыл бұрын
i haver error in this lines: name.errors.required name.errors.minlength error TS2531: Object is possibly 'null'.