Angular-Netlify Continuous Deployment
In 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 <...
hannahnajwa.hashnode.dev1 min read