How to use angularjs library and download?
First you will get knowledge about angularjs like introduction what is angularjs and you will read
Angularjs The Challenge With SPAs
after you will get started with AngularJS just head over to http://angularjs.orgAngularjs.org |
You’ll notice here that I can go to GitHub and I can actually get to all of the scripts there, or I can just
hit “Download” which is very simple.
Angularjs Download |
Then we can go with the minified, uncompressed or zipped version.
You also have access to a CDN. The CDN will give you access around the world to regional data
centres that in this case, Google host.
Then we also potentially get some caching benefits, some parallelism benefits of browsers being
able to load different scripts because they’re different domains. There’s actually some good benefits
by going with the CDN if you want it.
But for now I’m just going to go for latest and minified and download it. This is just going to give me
this angular.min.js that you’ll see.
Downloading Start |
Example
Angularjs Example |
Conclusion
We have successfully understand angularjs how it's work with screen shoot example. I hope it was helpful and easy to understand don't forget to share and give your feedback on this tutorial.