Search code examples
.netangularvisual-studio-codevisual-studio-2017angular6

Visual Studio Editor for Angular6


I have read that VS Code editor has to be installed in order to work with angular.

My question is that whether we can use VS professional 2017 to work with angular.


Solution

  • In order to work with angular you need to install Node npm. VisualStudio Code its enough and its perfect. Go to node.js website and download it, check it by node -vand npm -v then you can run npm commands and install angular like this: npm install -g @angular/cli . The flag -gmake global to use whereever you want in your computer Use VisualStudioCode or JetBrains