Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 510 Bytes

File metadata and controls

10 lines (7 loc) · 510 Bytes

Angular Poetry #4 - Advanced Approaches to Angular Validators

This folder contains the code examples shown in the "Angular Poetry #4 - Advanced Approaches to Angular Validators" article (TODO) and video.

Running the Project

  1. Install NodeJS >=10
  2. Install project dependencies npm run clean-install (try npm install if that doesn't work)
  3. Start the development server npm start
  4. Visit http://localhost:4200