AngularJS

基础

  1. 官方: http://docs.angularjs.org angularjs官方网站已被墙,可看 http://www.ngnice.com/

  2. 官方zip下载包 https://github.com/dolymood/angular-packages已增加docs服务,输入地址即可,例如:http://blog.aijc.net/angular-packages/angular-1.3.15/docs/

  3. 利用angular开发下一代Web应用(angular js) 【书】

  4. 利用angular开发下一代Web应用(angular js) 书https://github.com/aztack/AngularJS-translation

  5. 邹业盛 angular的学习笔记 http://zouyesheng.com/angular.html

  6. 吕大豹的angular文章合集 http://www.cnblogs.com/lvdabao/tag/AngularJs/

  7. 尘封の烟雨的angular文章合集 http://wangjiatao.diandian.com/?tag=angularjs

  8. AngularJS 数据建模 http://blog.jobbole.com/54817/

  9. AngularJS 中的一些坑 http://blog.jobbole.com/52857/

  10. AngularJS 指令实践指南(二) http://blog.jobbole.com/62999/

  11. fse.guru http://www.fse.guru/angular-core-components-roles 以及作者其他相关的ng文章

  12. angularjs中文社区关于angular.js文章、教程 http://angularjs.cn/tag/AngularJS

  13. xufei的博客 https://github.com/xufei/blog/issues 一直在更新,荐,讲得很好!

  14. AngularJS Unit Testing – For Real, Though https://quickleft.com/blog/angularjs-unit-testing-for-real-though/

  15. Quick Starter Repository for Angular Material https://github.com/angular/material-start

  16. A Guide To Transclusion in AngularJS http://teropa.info/blog/2015/06/09/transclusion.html

  17. Translate your Angular.JS applications with gettext https://github.com/rubenv/angular-gettext

  18. 一个angular经验分享 http://www.alloyteam.com/2015/10/8723/

  19. An AngularJS module that gives you access to the browsers local storage with cookie fallback https://github.com/grevory/angular-local-storage

示例

  1. 我自己的 angular example

  2. 7步从菜鸟到专家(建议原文,可以直接看代码示例):http://blog.jobbole.com/46779/"

  3. Angular指令及组件的全面范例 https://github.com/angular-cn/ng-showcase

视频

  1. 阿里懒懒交流会AngularJS专场 http://www.imooc.com/view/203?utm_source=jobboleweibo

  2. 大漠穷秋讲的AngularJS实战 http://www.imooc.com/learn/156

方案,性能

  1. 使用AngularJS构建大型Web应用http://www.infoq.com/cn/news/2013/02/angular-web-app

  2. 优化1200=>35(建议去看看官方站点,从文章上来看,感触不深ps:个人观点) :http://blog.jobbole.com/51180/

  3. 利用require.js动态加载路由文件的库 angularAMD https://github.com/marcoslin/angularAMD

  4. 如何组织大型JavaScript应用中的代码?http://kb.cnblogs.com/page/176541/

  5. Best Practice Recommendations for Angular App Structure https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub

  6. 为什么我们的angular应用总是很慢 http://www.zhex.me/blog/2013/11/22/why-out-angular-app-is-slow/

  7. AngularJS风格指南(包含各翻译版本) https://github.com/johnpapa/angular-styleguide

  8. 快速构建app angular-kickstart https://github.com/vesparny/angular-kickstart

  9. 通过少使用ng-controller来提升ng性能 http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html以及该站其他关于ng文章

  10. Create, read, update, delete MongoDB collections via AngularJS. https://github.com/Unitech/angular-bridge

  11. Token-based AngularJS Authentication https://github.com/sahat/satellizer

  12. Virtual Scroll for AngularJS ngRepeat directive https://github.com/kamilkp/angular-vs-repeat

  13. AngularJS Data Table crafted for large data sets https://github.com/swimlane/angular-data-table/

组件(UI|module)类

  1. Bootstrap directives for Angular:https://github.com/mgcrea/angular-strap

  2. Material design for Angular https://github.com/angular/material

  3. angular lib,包含了“事件代理、dialog、上传flow、图片预览imageViewer、进化版keydown(支持传入keycode)、mousewheel、滚动加载、选择内容selection”, https://github.com/dolymood/angularLib

  4. xufei大神的 ng-control

  5. find modules for angular http://ngmodules.org/

源码分析

  1. MVVM大比拼之AngularJS源码精析 http://www.cnblogs.com/sskyy/p/3709649.html

其他集锦

  1. 2013年AngularJS学习资源精选 http://blog.jobbole.com/54716/

  2. 2013年度最强AngularJS资源合集 http://www.iteye.com/news/28651-AngularJS-Google-resource

angular2

  1. 广发证券前端团队的【Angular2开发指南】 https://github.com/gf-rd/blog/issues/21

Last updated

Was this helpful?