Browsed by
Tag: Web Hosting

Deploy an Angular application to Azure App Service

Deploy an Angular application to Azure App Service

Microsoft Azure is a Cloud Computing platform that offers interesting services to host and manage web applications. What about Angular web application? How do we do this? There is very little to do for an Angular application that you would have generated with the ng CLI: Create a new file web.config in src folder with the following contents Edit angular.json file and add the lines to include the web.config file You can have a try, there is a Azure service…

Read More Read More