Angularjs is JavaScript library written and maintained by Google. Angularjs provide a way to implement MVW,MVC pattern in web application this it super charge the app. Since it’s release it is becoming very popular in developer era. In this post you will find how to setup angular development environment and some code to get started with angularjs.
If you are not familiar with JavaScript libraries and linking them to HTML pages then read the steps below else you may go further. We can link angularjs in our project in two ways. Either download the JS file or link through CDN. if you are testing it in localhost system i suggest you to download it and in case you are going to deploy it to real web server environment then adding a CDN is better approach.
Download AngularJS library from here.
When you click on above link, in new window code will appear just select all and save it as angular.js in your system. You can add it using