Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 716 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 716 Bytes

DevCrev Demo: Angular/Material Reactive Form

Description

This is a little demonstration of a reactive angular/material form.

Description

General Information and Instructions

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:

  1. Navigate into the project directory root
  2. npm install
  3. ng serve
  4. Point your web browser to http://localhost:4200/
  5. Open the browser developer tools and look at the console when you submit the form
  6. Peruse the source files in ./src/app and subdirectories