This folder contains the code examples shown in the "Angular Poetry #4 - Advanced Approaches to Angular Validators" article (TODO) and video.
- Install NodeJS >=10
- Install project dependencies
npm run clean-install
(trynpm install
if that doesn't work) - Start the development server
npm start
- Visit http://localhost:4200