https://www.facebook.com/groups/worldofangular
Softwares that are required for Angular:-
1. install node.js
https://nodejs.org/en/
2. check whether node.js was installed or not
node -v
3. check whether npm was installed or not
npm -v
4. install typescript
npm install -g typescript
5. check whether typescript was installed or not
tsc -v
6. install angular cli
npm install -g @angular/cli
7. check whether angular cli was installed or not
ng v
8. install visual studioCode,sublime
npm:- node package manager