I created a angular7 project using ng new my-app
command (instruction given by https://angular.io/guide/setup-local).
I am a visual studio fan and I want to develop and debug this application further using visual studio 2017 (not with visual studio code).
I tried following with visual studio.
File -> Open -> Website (and opened the application folder)
but when I hit "Start Debugging" or "Start without Debugging" it goes to
"HTTP Error 403.14 - Forbidden" page
I know there is a separate option in visual studio to create Angular application but it will create a angular application with some c# and .net bindings. I don't need that and what I need is pure Angular7 app with pure HTML.
is there any configuration has to be done to debug and run the app through visual studio?