I am a starter in Angular with Asp.Net core. I have done an API project in Asp.Net core. But I dont know the step to create the HTML file in Angular . Please can you guide me with the basic step to create the client side html using Angular
With Thanks
Pol
If you are use server-less or express hosting for angular just use the angular cli
ng new
If you are using asp.net core to host, then use the angular template
dotnet new angular