How to deploy Angular to production server using angular-cli and its new universal server rendering feature – SEO
I already have an Angular application running in Azure Server using angular-cli to deploy. All I have to do is run the command ng build --prod --aot and copy everything from /dist folder to my root website folder. Everything works…