Hi
I have dotnet Core project in Visual Studion 2017 which is using AnuglarJS as frontEnd.
I am migrating AngularJS frontend application to Angular 9.1.
I have already added Angular project(clientApp) in VS solution and 60% of developemtn is done.
Currently for Developemnt I am running Angular from browser from http://localhost:4200/
Now I need configure it in Startup.cs so that application can be run from Visual Studio.
How should I call angular ClientAPP in visual studion startup file.
Thanks