HNHannah Najwainhannahnajwa.hashnode.dev·Oct 27, 2020 · 1 min readAngular-Netlify Continuous DeploymentIn this post, I will share how to configure continuous deployment for Angular app with Netlify. Angular Part To get started, you can create an Angular app using this command: (You may skip to Netlify part if you already have an existing app) ng new <...00