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

Hook Up Form Events

PRO
Outline

In this video

We hook up the form events

Assignment: Show & Hide the Form
  1. create the formVisible property
  2. Show the form when clicking a pencil icon
    1. Use an editLeague method
  3. Store the league being edited in a property
  4. Hide the form when clicking cancel or save
  5. Use appropriately named methods
 

I finished! On to the next chapter