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

First Assignment

Outline

In this video

We get our first assignment.

Assignment: Create the basic form
  1. create a property on the component to hold the form
  2. Initialize the form (in its own method)
  3. Import Inject necessary libraries
  4. Create the directive on the form tag
  5. Bind to the name input box
  6. Give the name a default value to prove the form works
 

I finished! On to the next chapter