When hosting an Angular website online, you’ve got the option to choose between many available platforms.
One of these that you might use for free is Netlify.
it’s possible for you to then host this website using Netlify.
If you are not familiar with GitHub, it might be useful to understand some ofGitHub’s basic featuresfirst.
Netlify will then use thedistfolder of your Angular project to publish the built version of your code.
you could set up automatic deployments to certain branches of a GitHub repository.
This way, you’re free to automate and streamline the deployment of your website.
But Netlify isn’t the only way you could deploy an Angular app online.
you could also use other platforms such as GitHub Pages.