If you work with AngularJS in Visual Studio 2013, you would find that IntelliSense does not provide as much help as it could. To improve your experience of working with AngularJS in Visual Studio 2013, you can install
the AngularJS extension for Visual Studio.
Besides, as bruce mentioned, if possible, you can use Visual Studio Code editor that supports Angular IntelliSense and code navigation out of the box.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
1 Points
28 Posts
VS 2013 and angular
Sep 14, 2018 10:54 AM|dua|LINK
I have vs 2013 professional and want to start as learner for angular js ..
can any body tell me is there any other thing required to run angular js application ??
All-Star
53131 Points
23681 Posts
Re: VS 2013 and angular
Sep 14, 2018 12:43 PM|mgebhard|LINK
Install VS 2017. Then read the Client-side development docs.
https://docs.microsoft.com/en-us/aspnet/core/client-side/?view=aspnetcore-2.1
Also see the Angular tutorials.
https://angularjs.org/
All-Star
58254 Points
15681 Posts
Re: VS 2013 and angular
Sep 17, 2018 01:06 AM|bruce (sqlwork.com)|LINK
while you can edit the angular typescript with vs2013 (its just a text file), it a pretty poor editor for this (no intellesense). but you can.
first install node. then follow this guide.
https://angular.io/guide/quickstart
note: visual studio code may be a better choice.
All-Star
40565 Points
6233 Posts
Microsoft
Re: VS 2013 and angular
Sep 17, 2018 05:31 AM|Fei Han - MSFT|LINK
Hi dua,
If you work with AngularJS in Visual Studio 2013, you would find that IntelliSense does not provide as much help as it could. To improve your experience of working with AngularJS in Visual Studio 2013, you can install the AngularJS extension for Visual Studio.
Besides, as bruce mentioned, if possible, you can use Visual Studio Code editor that supports Angular IntelliSense and code navigation out of the box.
With Regards,
Fei Han
Member
11 Points
73 Posts
Re: VS 2013 and angular
Sep 18, 2018 08:23 AM|moris27|LINK
Hi Dua,go and learn Angular 6,angularJs is a older version of Angular,is version 1 .In Vs 2017 you have a project template Angular 6+Asp core 2