Angular
Lets Code Together - Building an Edit Form with Reactive Forms

Show & Hide the Form

PRO
Outline

In this video

We show & hide the form.

Assignment: Set the Name on Edit
  1. Set the name to the league when the user clicks on Edit
  2. Be careful about using the setValue method of the form. May want to use the other method for setting the value of a form.

Updating FormControl Programmatically

Docs

Docs

 

I finished! On to the next chapter