📚 Read the book 👉 https://go.asim.dev/angular-book
🔥 Level up your JavaScript 👉 https://go.asim.dev/advjs
🌿 If you find my videos useful please consider planting a tree for me 👉 https://go.asim.dev/trees
🎥 Watch the full playlist 👉 https://go.asim.dev/angular-playlist
The best place to view the code associated with this course is in the online book (https://go.asim.dev/angular-book) via the book if a lecture has code associated with it, it then also has a link to a stackblitz instance so you can run and edit the code sample online.
In this lecture, we created a simple HTML form. We created a form model on our component using the FormGroup and FormControl classes.
Then by using directives such as formGroup, formControlName and formGroupName we linked our HTML form to our form model.
In the next lecture, we will learn how to add validators to our forms to give visual feedback when the data entered is invalid.
Download
0 formats
No download links available.
EP 9.2 - Angular / Forms / Model Driven Approach | NatokHD