Home:ALL Converter>Can I deploy an angular site to any web hosting provider?

Can I deploy an angular site to any web hosting provider?

Ask Time:2018-03-08T11:30:15         Author:Fred

Json Formatter

Can I host my angular 5 site to any web hosting provider?

If I do "ng build --prod" can I just deploy everything in the dist folder to the hosting provider? or does angular require you to find a specific web hosting service?

I was trying to use either Namecheap hosting or 000webhosting but I wanted to make sure it works.

Author:Fred,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49164911/can-i-deploy-an-angular-site-to-any-web-hosting-provider
Sahan Jayasuriya :

You can also host the build files on an Apache server. I just copied them to the htdocs directory and it worked for me.",
2018-03-08T04:51:54
yy