I created an Angular app using angular-cli:
npm install -g @angular/cli
ng new my-app
Now I want to deploy this simple Angular app to Azure.
I have published setting how can I do it?
I created an Angular app using angular-cli:
npm install -g @angular/cli
ng new my-app
Now I want to deploy this simple Angular app to Azure.
I have published setting how can I do it?
After many hours of researching i found it and it is very simple
just follow the steps
You can deploy your Angular App which is using angular-cli easily from Visual Studio Code(VS code)
Refer to this article (You just need to install the Azure App Service extension)
After you deployed the app,
You need to create a Project as (ASP.NET Core Web application) as Angular Project
After then you can publish your App as WebPackage Deployment to Azure.
Here is the Reference for Publishing your Angular App from VS 2017
I'd say you can use the Visual Studio Code for your use-Case rather than Visual Studio 2017
Visual Studio Code as i mentioned in my answer initially