Skip to content

dolymood/AngularLearning

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 

Repository files navigation

AngularLearning

Some learning resources of Angular.js


Basics

  1. official: http://docs.angularjs.org The official website of angularjs has been blocked. See http://www.ngnice.com/
  2. Official zip download package https://github.com/dolymood/angular-packages The docs service has been added, just enter the 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 (ing) https://github.com/dolymood/learning-angular
  7. Combination of angular and require: https://github.com/tnajdek/angular-requirejs-seed
  8. Develop the next generation web application (angular js) [book] with angular
  9. Lcllao's ag notes: http://www.cnblogs.com/lcllao/archive/2012/10/18/2728787.html
  10. angular-service-or-factory ? Can't tell a fool from a fool? http://iffycan.blogspot.com.ar/2013/05/angular-service-or-factory.html as well as https://github.com/tylermcginnis/AngularServices
  11. angular-injection http://iffycan.blogspot.com.ar/2013/07/angular-injection.html
  12. Developing the Next Generation Web Application (Angular js) Book with Angular https://github.com/aztack/AngularJS-translation
  13. Broken Wolf's annual article collection http://www.cnblogs.com/whitewolf/category/404298.html
  14. Zou Yesheng's learning notes http://zouyesheng.com/angular.html
  15. A collection of Lu Dabao's angular articles http://www.cnblogs.com/lvdabao/tag/AngularJs/
  16. A collection of ordinary articles covered with dust and misty rain http://wangjiatao.diandian.com/?tag=angularjs
  17. Angular article of dark thread (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 AngularJS http://blog.jobbole.com/52857/
  20. Chinese 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 Frequent Mistakes Made by AngularJS Developers 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 the author's other relevant ng articles
  26. Deeply understand the Scope of AngularJS http://www.lovelucy.info/understanding-scopes-in-angularjs.html
  27. Angularjs Chinese Community About angular.js Articles and Tutorials http://angularjs.cn/tag/AngularJS
  28. xufei 's blog https://github.com/xufei/blog/issues Always updating, recommending, very good presentation!
  29. angularjs-internals-in-depth http://www.smashingmagazine.com/2015/01/22/angularjs-internals-in-depth/
  30. introduction-to-unit-testing-in-angularjs http://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 sheet https://dncmagazine.blob.core.windows.net/downloads/AngularCheatSheet-DNCMagazine.pdf
  34. angular-translate https://github.com/angular-translate/angular-translate
  35. Recommend 15 Angular.js application extension instructions 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
  37. AngularJS Tutorial - Learn AngularJS in 30 minutes http://www.revillweb.com/tutorials/angularjs-in-30-minutes-angularjs-tutorial/
  38. Translate your Angular. JS applications with gettext https://github.com/rubenv/angular-gettext
  39. An annual experience sharing http://www.alloyteam.com/2015/10/8723/
  40. Modeling Data and State in Your AngularJS Application http://joelhooks.com/blog/2013/04/24/modeling-data-and-state-in-your-angularjs-application/
  41. An AngularJS module that gives you access to the browsers local storage with cookie fallback https://github.com/grevory/angular-local-storage

Example

  1. Official sample tutorial: http://docs.angularjs.org/tutorial/
  2. My own angular example
  3. Step 7: From beginner to expert (it is recommended to see the code example directly in the original text): http://blog.jobbole.com/46779/ "
  4. Powerful ToDoMVC: https://github.com/tastejs/todomvc
  5. Angular ajax upload 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. MVVM mode 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. AngularJS Special Session of Ali Lazy Exchange http://www.imooc.com/view/203?utm_source=jobboleweibo
  3. AngularJS from Desert Poor Autumn http://www.imooc.com/learn/156
  4. Angular video tutorial on codeschool http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro

Scheme, performance

  1. Using AngularJS to Build Large Web Applications http://www.infoq.com/cn/news/2013/02/angular-web-app
  2. Optimization 1200=>35 (it is recommended to check the official website. From the article, it is not very impressive ps: personal point of view): http://blog.jobbole.com/51180/
  3. Mode guidance: https://github.com/mgechev/angularjs-style-guide
  4. angularjs-performance-with-large-lists http://tech.small-improvements.com/2013/09/10/angularjs-performance-with-large-lists/
  5. angularjs-my-solution-to-the-ng-repeat-performance-problem http://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. Tianzhu angular-lazyload
  9. Use require.js to dynamically load the routing file library angularAMD https://github.com/marcoslin/angularAMD
  10. Event Agent angular-delegate-event
  11. Angular Best Practices http://www.lovelucy.info/angularjs-best-practices.html
  12. How to organize the code in large JavaScript applications? 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 Structure https://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 are our regular applications always slow http://www.zhex.me/blog/2013/11/22/why-out-angular-app-is-slow/
  19. Experience in optimizing angular performance http://atian25.github.io/2014/05/09/angular-performace/
  20. angular-debounce https://github.com/shahata/angular-debounce
  21. Enterprise software front-end architecture based on AngularJS http://www.infoq.com/cn/news/2014/05/angularjs-front-end-architecture
  22. angular data http://angular-data.pseudobry.com/
  23. AngularJS style guide (including each translation version) https://github.com/johnpapa/angular-styleguide
  24. Quickly build app angular kickstart https://github.com/vesparny/angular-kickstart
  25. Dynamic loading controller https://github.com/DanWahlin/CustomerManager
  26. Improve ng performance by using less ng controllers http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html And other articles about ng on the site
  27. AngularJS Style Guide 2 https://github.com/toddmotto/angularjs-styleguide
  28. Data binding of angularjs 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
  32. AngularJS Data Table crafted for large data sets https://github.com/swimlane/angular-data-table/

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, which includes "event proxy, dialog, upload flow, image preview imageViewer, evolutionary keydown (supports keycode input), mousewheel, rolling load, and content selection", https://github.com/dolymood/angularLib
  5. Xufei ng-control
  6. find modules for angular http://ngmodules.org/

Source code analysis

  1. AngularJS Source Code Analysis of MVVM Competition http://www.cnblogs.com/sskyy/p/3709649.html
  2. Front end source code analysis http://www.html-js.com/article/column/693
  3. Source code analysis of xuwenmin http://www.ifeenan.com/categories.html#angularjs -ref

Other highlights

  1. A resource collection: https://github.com/jmcunningham/AngularJS-Learning
  2. Selected AngularJS Learning Resources in 2013 http://blog.jobbole.com/54716/
  3. The strongest AngularJS resource collection in 2013 http://www.iteye.com/news/28651-AngularJS-Google-resource
  4. Xuwenmin's angular collection http://www.ifeenan.com/categories.html#angularjs -ref
  5. You can copy 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
  2. Angular2 Collection 2: https://github.com/angular-class/awesome-angular2
  3. [Angular2 Development Guide] of GF Securities front-end team https://github.com/gf-rd/blog/issues/21
  4. Angular 2 Chinese data summary https://github.com/kittencup/angular2-learning-cn