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.