Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add pure Angular app as project to Visual Studio solution?

I'd like to add Angular app with pure JavaScript/Less/Node files to Visual Studio solution as UI layer, but without creating even basic default infrastracture, that VS doing even for empty project. How Can do it?

like image 347
andrey.shedko Avatar asked Sep 16 '16 07:09

andrey.shedko


People also ask

How do I add an Angular project to Visual Studio solution?

To use publish, create your JavaScript project using Visual Studio 2022 version 17.3 or later. In Solution Explorer, right-click the ASP.NET Core project and choose Add > Project Reference. Select the Angular project and choose OK.


1 Answers

the easiest way to add an (existing) Angular Project, you can do the following:

  1. Create a blank solution.
  2. Open solution in VS2019
  3. Right mouse click on the Solution
  4. Click Add
  5. Click existing website
  6. Browse to the path of the existing angular project and select the folder.

I hope this helps.

like image 182
user3834142 Avatar answered Oct 11 '22 17:10

user3834142