Before that, you need following things as your development Environment. I have mentioned those things also before topic.
- First thing you need to do Install nodejs
Open your browser and go with this link and install latest version of nodejs
When you install node , npm(node package manager) also will be installed.
Then you open cmd(command prompt) and type following things.
If you have successfully installed it you can see versions of nodejs and npm on the command prompt.
In here my nodejs version is v8.11.4 and npm is 5.6.0.You can see it clearly.
- Then you have to install angular CLI.
- Angular CLI is basically Commad Line Interface for Angular.
- It allows you to generate building blocks of your Angular application by just typing commands.
- It makes sure development quicker and easier.
https://cli.angular.io/
To install Angular CLI type following things on your command prompt.
Here -g indicate "global" .This command will globally install Angular CLI .
If you already have installed it, to check your current version of Angular CLI you can type "ng -v " command on your command prompt.
If you have installed it well you can see that kind of wordart on your command prompt.If you don't get it,make sure you add it to path environment correctly or not.
- Then you should have an editor of your choice. I use here visual studio code.





No comments:
Post a Comment