Monday, 3 January 2022

Angular and Asp.net core under one solution

 this are the steps we follow.

1.create solution in .netcore blank page.

2.create porject webapi

3.project one delete all files instead of properties and dependencies.

4.paste angular project folder under first solution

5.change  build path in angular.json(refer sample projects)

6.change few setings in startup.cs

7.change launchurl setting same url


check this link Here



No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...