Closed nileshyadav326 closed 7 years ago
In production you should not use the node server. You should build your app with "ng build --prod" then serve the dist result via apache or nginx
Any update on that ?
it's working fine using Tomcat to serve the application. previously installed node js and all dependencies but after your suggestion using ng build --env=prod command to generate the files.
Thanks.
Hi ,
Kindly help to deploy the application on production.
when I run the application on production using terminal it (npm start command is working fine but when I close the terminal it stops )
Any suggestion?