Bill Greer
Bill Greer

Reputation: 3156

How do I open an Angular project in Visual Studio that was created with the CLI?

I created an Angular project from the command line. If I want to edit this in Visual Studio 2015 or Visual Studio 2017 is there a way to do so such that Visual Studio recognizes it as a project and understands the structure?

Upvotes: 0

Views: 2537

Answers (1)

ElasticCode
ElasticCode

Reputation: 7865

In Visual Studio 2017 go to File >> Open >> Folder and select the root folder for your Angular project.

Upvotes: 4

Related Questions