Outline

https://stackblitz.com/fork/rxngforms-updateformcontrol-solution

Solution
1. Update changeName() to call setValue() on lastNameControl
2. Optionally change the value that setValue is using as an argument
3. Test it out by clicking the button and seeing if Last Name's value updates

 

I finished! On to the next chapter