Template Driven Forms in Angular

Published: 03 May 2020
on channel: Study Mash
19,957
232

Angular provides forms to handle user inputs and there are two different kinds of forms available in angular. One is template driven forms and another one is reactive form.
In template driven forms, most of the logic is implemented in our html template, whereas in reactive forms , the logic resides mainly in the component or typescript code.
It is not that anything that can be implemented in reactive form can not be implemented in template driven form or vice versa. But it is always better to choose one of two approaches and use it throughout the application.

So we will create this Add property form using a template driven approach and understand how it works and then we will add a user registration form using reactive approach, so that you should get aware of both kinds of approach.

Inbuilt validators
https://angular.io/api/forms/Validators .

You can support me by donating on
https://www.buymeacoffee.com/studymash

Thanks
Studymash


On this page of the site you can watch the video online Template Driven Forms in Angular with a duration of hours minute second in good quality, which was uploaded by the user Study Mash 03 May 2020, share the link with friends and acquaintances, this video has already been watched 19,957 times on youtube and it was liked by 232 viewers. Enjoy your viewing!