Build and Host an Angular application on IIS
In my previous blog, I wrote about CRUD operation in Angular with .Net Web API. In this blog, I will write about building and then hosting an Angular application on IIS. In the development phase, we use ng serve command to run our Angular application with localhost URL. But, do we have to do the … Read more