This project highlights some of the new features with Angular v17:
A great reference to so visit the shiny new Angular Documentation site. It's got easy to understand tutorials and an online playground to "try before you buy".
This project has CICD setup to deploy to a GitHub Pages site found HERE
Clone the project, open it in your choice of IDE, and follow the below commands to get it up and running.
Install the dependencies
npm install
Run Project
npm run start