This project has been created to accompany my Nested reactive forms in Angular tutorial video.
In the video we build a simple contacts list that allows the user to add up to 3 contact items, each containing a name and email address.
The topics that we cover in the video are:
- Nesting reactive forms
- Passing form data between components
- Form control getters
- Simple form validation
- master - Contains the basic project markup & styles. (This is the project that I start with at the beginning of the video).
- version/with-form-logic - The finished product with the logic that we write during the video
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
10.0.14