Angular
Fundamentals of Angular - Forms

Using Two-Way Binding for Editing

Outline

In this video...

You will learn how to use two-way binding to edit an entity.

Editing entities such as users, actors, movies, etc is a common need in an application. Using two-way binding we can pre-fill in the model values into a form, and when the user edits the form, we can update our model.

 

I finished! On to the next chapter