Angularjs the most comprehensive summary of learning resources

Source: Internet
Author: User

Basis
  1. Official: http://docs.angularjs.org ANGULARJS official website has been wall, can see http://www.ngnice.com/;
  2. Official Zip download package https://github.com/dolymood/angular-packages, added Docs service, enter address, for example: http://blog.aijc.net/ angular-packages/angular-1.3.15/docs/
  3. Jquery?ag? : Http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background
  4. AG Note:https://github.com/joeylin/angular-note
  5. Angularjs Book:https://github.com/shyamseshadri/angularjs-book
  6. Learning-angular:https://github.com/zafarali/learning-angular and my translation version (ing) https://github.com/dolymood/learning-angular
  7. Angular and require combination: Https://github.com/tnajdek/angular-requirejs-seed
  8. Using angular to develop next-generation Web applications (angular js) "book"
  9. Lcllao's AG Note: http://www.cnblogs.com/lcllao/archive/2012/10/18/2728787.html
  10. Angular-service-or-factory? Don't you know? Http://iffycan.blogspot.com.ar/2013/05/angular-service-or-factory.html and Https://github.com/tylermcginnis/AngularServices
  11. Angular-injection http://iffycan.blogspot.com.ar/2013/07/angular-injection.html
  12. Use angular to develop next-generation Web applications (angular JS) book Https://github.com/aztack/AngularJS-translation
  13. Angular of the Broken Wolf article collection http://www.cnblogs.com/whitewolf/category/404298.html
  14. Sheng Angular's study notes http://zouyesheng.com/angular.html
  15. Lu Tai Leopard's angular article collection http://www.cnblogs.com/lvdabao/tag/AngularJs/
  16. Angular article Collection Http://wangjiatao.diandian.com/?tag=angularjs of the dusty rain
  17. Dark Angular article (traditional) http://blog.darkthread.net/blogs/darkthreadtw/archive/tags/AngularJS/default.aspx
  18. AngularJS Data Modeling http://blog.jobbole.com/54817/
  19. Some pits in the AngularJS http://blog.jobbole.com/52857/
  20. Chinese Version Guide Http://angular.duapp.com/guide
  21. Angular Tips http://angular-tips.com/
  22. Ng-newsletter http://www.ng-newsletter.com/
  23. The 10 most common mistakes AngularJS developers make are Http://www.oschina.net/translate/top-10-mistakes-angularjs-developers-make
  24. AngularJS Instruction Practice Guide (ii) http://blog.jobbole.com/62999/
  25. Fse.guru Http://www.fse.guru/angular-core-components-roles and other related NG articles by author
  26. In-depth understanding of Angularjs's Scope http://www.lovelucy.info/understanding-scopes-in-angularjs.html
  27. Angularjs Chinese community about angular.js articles, tutorials Http://angularjs.cn/tag/AngularJS
  28. Xufei's blog Https://github.com/xufei/blog/issues has been updated, recommended, speak very well!
  29. Angularjs-internals-in-depth http://www.smashingmagazine.com/2015/01/22/angularjs-internals-in-depth/
  30. introduction-to-unit-testing-in-angularjshttp://www.smashingmagazine.com/2014/10/07/ introduction-to-unit-testing-in-angularjs/
  31. AngularJS Unit testing–for Real, Though https://quickleft.com/blog/angularjs-unit-testing-for-real-though/
  32. Quick Starter Repository for Angular Material Https://github.com/angular/material-start
  33. Angular cheat Sheethttps://dncmagazine.blob.core.windows.net/downloads/angularcheatsheet-dncmagazine.pdf
  34. Angular-translate https://github.com/angular-translate/angular-translate
  35. Recommended 15 angular.js Application extension Directives Http://www.oschina.net/translate/15-directives-to-extend-your-angular-js-apps
  36. A Guide to transclusion in AngularJS http://teropa.info/blog/2015/06/09/transclusion.html
Example
    1. Official Sample Tutorial: http://docs.angularjs.org/tutorial/
    2. My own angular example.
    3. 7 steps from rookie to expert (suggested original, can see code example directly): http://blog.jobbole.com/46779/"
    4. The powerful TODOMVC:HTTPS://GITHUB.COM/TASTEJS/TODOMVC
    5. Angular-ajax-upload guiding nature of http://iffycan.blogspot.com.ar/2013/08/angular-ajax-upload.html
    6. Angular app Https://github.com/angular-app/angular-app
    7. Fun with angularjs! http://devgirl.org/2013/03/21/fun-with-angularjs/
    8. A comprehensive example of angular directives and components https://github.com/angular-cn/ng-showcase
    9. The MVVM pattern in angular http://greengerong.github.io/blog/2015/06/16/angularzhong-de-mvvmmo-shi/
Video
    1. Angular Video Tutorial http://www.kittencup.com/category/video/angularjs/
    2. Ali Lazy Exchange Angularjs session Http://www.imooc.com/view/203?utm_source=jobboleweibo
    3. The desert poor autumn talk Angularjs actual combat http://www.imooc.com/learn/156
    4. Angular video tutorial on Codeschool Http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro
scenarios, performance
  1. Build large Web applications with Angularjs Http://www.infoq.com/cn/news/2013/02/angular-web-app
  2. Optimization 1200=>35 (recommended to look at the official site, from the article, the feeling is not deep PS: personal view): http://blog.jobbole.com/51180/
  3. Mode guide: Https://github.com/mgechev/angularjs-style-guide
  4. angularjs-performance-with-large-listshttp://tech.small-improvements.com/2013/09/10/ angularjs-performance-with-large-lists/
  5. angularjs-my-solution-to-the-ng-repeat-performance-problemhttp://www.williambrownstreet.net/blog/2013/07/ angularjs-my-solution-to-the-ng-repeat-performance-problem/
  6. Angularjs-pitfalls-using-scopes Http://thenittygritty.co/angularjs-pitfalls-using-scopes
  7. Bind only once Https://github.com/Pasvaz/bindonce
  8. The angular-lazyload of the day pig
  9. Library ANGULARAMD Https://github.com/marcoslin/angularAMD for dynamically loading routing files with Require.js
  10. Event Proxy Angular-delegate-event
  11. Angular Best Practices http://www.lovelucy.info/angularjs-best-practices.html
  12. How do I organize code in a large JavaScript application? http://kb.cnblogs.com/page/176541/
  13. Databinding-in-angularjs http://stackoverflow.com/questions/9682092/databinding-in-angularjs/9693933#9693933
  14. AngularJS Best Practices http://www.artandlogic.com/blog/2013/05/ive-been-doing-it-wrong-part-1-of-3/
  15. Best practice Recommendations for Angular APP structurehttps://docs.google.com/document/d/ 1xxmvreo8-awi1ezxaxs4pzdzdnvv6pgcuaf4q9821es/pub
  16. Superspeed your Angularjs apps http://orangevolt.blogspot.com/2013/08/superspeed-your-angularjs-apps.html
  17. http://joshdmiller.github.io/ng-boilerplate/
  18. Why is our angular application always very slow http://www.zhex.me/blog/2013/11/22/why-out-angular-app-is-slow/
  19. Angular performance Optimization Experience http://atian25.github.io/2014/05/09/angular-performace/
  20. Angular-debounce https://github.com/shahata/angular-debounce
  21. Enterprise software Front-end architecture http://www.infoq.com/cn/news/2014/05/angularjs-front-end-architecture based on Angularjs
  22. Angular Data http://angular-data.pseudobry.com/
  23. Angularjs style guide (includes each translated version) Https://github.com/johnpapa/angular-styleguide
  24. Build apps quickly Angular-kickstart Https://github.com/vesparny/angular-kickstart
  25. Dynamic Load Controller Https://github.com/DanWahlin/CustomerManager
  26. Improve NG performance by using less Ng-controller http://teropa.info/blog/2014/10/24/ How-ive-improved-my-angular-apps-by-banning-ng-controller.html and other about NG articles on the station
  27. Angularjs Style Guide 2 https://github.com/toddmotto/angularjs-styleguide
  28. AngularJS Data Binding Https://github.com/rchee/translation/blob/master/angularJS/databinding-in-angularjs.md
  29. Create, read, update, delete MongoDB collections via Angularjs.https://github.com/unitech/angular-bridge
  30. token-based AngularJS Authentication Https://github.com/sahat/satellizer
  31. Virtual Scroll for AngularJS ngrepeat directive https://github.com/kamilkp/angular-vs-repeat
Component (Ui|module) class
    1. Angular UI Https://github.com/angular-ui
    2. Bootstrap directives for Angular:https://github.com/mgcrea/angular-strap
    3. Material Design for Angular https://github.com/angular/material
    4. Angular lib, contains "event broker, Dialog, upload flow, picture preview Imageviewer, evolutionary version KeyDown (support incoming keycode), MouseWheel, scroll load, select Content Selection", HTTPS ://github.com/dolymood/angularlib
    5. Xufei the Ng-control of the Great God
    6. Find modules for angular http://ngmodules.org/
SOURCE Analysis
    1. MVVM big Battle of Angularjs source analysis http://www.cnblogs.com/sskyy/p/3709649.html
    2. Front-end Source analysis http://www.html-js.com/article/column/693
    3. Xuwenmin's source code analysis Http://www.ifeenan.com/categories.html#angularjs-ref
Other highlights
    1. A resource collection: https://github.com/jmcunningham/AngularJS-Learning
    2. 2013 ANGULARJS Study Resource selection http://blog.jobbole.com/54716/
    3. 2013 Strongest AngularJS Resource Collection Http://www.iteye.com/news/28651-AngularJS-Google-resource
    4. Xuwenmin Angular Collection Http://www.ifeenan.com/categories.html#angularjs-ref
    5. You can copy the AngularJS resource collection Http://www.csdn.net/article/2014-12-10/2823058-AngularJS
Angular2
    1. ANGULAR2 Learning Resources Collection: Https://github.com/timjacobi/angular2-education

Angularjs the most comprehensive summary of learning resources

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.