Posts

Showing posts from June, 2017

Getting started with Angular - Day 1

Hi Friends, I assume you are checking this blog because you want to get started with the most booming development technology i.e.  Angular Points to note - Its Angular, not AngularJs or Angular 2 or Angular 4; Just Angular….! However, Angular 2 and Angular 4 are the versions of Angular and will be incremented. Also note that Angular and AngularJs are completely different development technologies. Both are backed up by Google but Angular is the latest one from their offering. Now enough of talking; you may be wondering that how to get started with Angular.. So, here we go.. First we will need to set up development environment for Angular.  We will need a working computer system with Ubuntu or Windows or MacOs installed in it. Then, we will need to install nodejs in our system. Follow  this page  to install it. Now, install angular cli. You can check  this link  to install it. Last but not the least, you will need a Code Editor to start writing y...