Tuesday, January 1, 2019

What is Angular 6 Environment Setup?

Angular 6 Environment Setup : 

Environment Setup required for Angular 6. To install Angular 6, we require the following −
  • Nodejs
  • Npm
  • Angular CLI
  • IDE for writing your code
Nodejs has to be greater than 8.11 and npm has to be greater than 5.6.

Nodejs

To check if nodejs is installed on your system, type node -v in the terminal. This will help you see the version of nodejs currently installed on your system.
C:\>node -v
v8.11.3
If it does not print anything, install nodejs on your system. To install nodejs, go the homepage https://nodejs.org/en/download/ of nodejs and install the package based on your OS.

https://www.tutorialspoint.com/index.htm

No comments:

Post a Comment