This is a little demonstration of a reactive angular/material form.
My system:
- Windows 10 Pro
- WSL2 (Debian GNU/Linux 10 (buster))
- node v12.18.3
- npm v6.14.8
- Angular v10.0.14 (cli installed globally)
- Chrome Browser v85.0.4183.83 (Official Build) (64-bit)
To Run:
- Navigate into the project directory root
npm install
ng serve
- Point your web browser to http://localhost:4200/
- Open the browser developer tools and look at the console when you submit the form
- Peruse the source files in ./src/app and subdirectories