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

Hook Up Form Events

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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