locked
VS 2013 and angular RRS feed

  • Question

  • User2131862557 posted

    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 ??

    Friday, September 14, 2018 10:54 AM

All replies

  • User475983607 posted

    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/

    Friday, September 14, 2018 12:43 PM
  • User-474980206 posted

    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 ??

    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.

    Monday, September 17, 2018 1:06 AM
  • User61956409 posted

    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

    Monday, September 17, 2018 5:31 AM
  • User-401080925 posted

    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

    Tuesday, September 18, 2018 8:23 AM