I want to deploy an Angular 2 application on an Apache server. I\'ve read various guides like this and this but none of them is working. I have npm and ng
npm
ng
Change base tag in index.html file
Create a build after that
ng build --prod
Now you will have a new folder dist, deploy dist folder now. It should work.