angular2学习资源汇总

文档博客书籍类

  1. 官方网站: https://angular.io
  2. 中文站点: https://angular.cn
  3. Victor的blog(Victor是Angular路由模块的作者): https://vsavkin.com/@vsavkin
  4. Todd Motto的Blog: https://toddmotto.com/
  5. ThoughtRAM上的Blog频道: https://blog.thoughtram.io/categories/angular-2/
  6. Angular University: http://blog.angular-university.io/
  7. Deborah's Developer MindScape: http://blogs.msmvps.com/deborahk/
  8. Jason Watmore's Blog: http://jasonwatmore.com/
  9. RxJS官方网站: http://reactivex.io/
  10. RxJS中文版文档(这是我看过的最好的关于RxJS的中文文档,注意,没有之一!向译者致敬!): https://www.gitbook.com/book/buctwbzs/rxjs/details
  11. 一本开源的Angular2书籍:https://zhangchen915.gitbooks.io/angular2-training/

开源项目类

  1. Angular Angury项目: https://augury.angular.io/
  2. Angular Team在github上的地址: https://github.com/angular
  3. ng2-bootstrap: https://ng-bootstrap.github.io/#/home
  4. NGPrime: http://www.primefaces.org/primeng/#/
  5. Angular-Material2: https://github.com/angular/material2
  6. KendoUI:http://www.telerik.com/blogs/what-to-expect-in-2016-for-kendo-ui-with-angular-2-and-more
  7. ionic: https://ionic.io/
  8. 一个非常好的管理后台项目(那些拿Angular来做管理系统的朋友,请务必看这个项目,它是非常好的后台管理界面模板,而且是开源免费的): https://github.com/akveo/ng2-admin
  9. 一个很好的Blog项目: https://github.com/WittBulter/sails-blog-frontend
  10. RxJS聊天室: https://github.com/ng-book/angular2-rxjs-chat
  11. 教学用的项目NiceFish: http://git.oschina.net/mumu-osc/NiceFish
  12. GitHub上搜索Angular相关资源的更好方法:https://github.com/search?utf8=%E2%9C%93&q=topic%3Aangular&type=Repositories&ref=searchresults
  13. 一组Angular2应用收集:http://angularexpo.com/
  14. 一组UI库:https://teradata.github.io/covalent/#/

视频类

  1. 一个非常好的RxJS教学视频(想快速学会RxJS的朋友请务必仔细看完这个视频): https://coryrylan.com/blog/introduction-to-rxjs-observables-and-angular
  2. 关于RxJS的更多视频(RxJS官方出的): https://egghead.io/lessons/rxjs-rxjs-observables-vs-promises
  3. 油管上的AngularConnect频道: https://www.youtube.com/channel/UCzrskTiT_ObAk3xBkVxMz5g
  4. 油管上的ng-conf频道: https://www.youtube.com/user/ngconfvideos
  5. 框架自带UI组件库这一点是目前市面上很多同类的所谓UI框架所无法比拟的。

    这套UI组件库默认就是同时支持桌面端和移动端的。

    针对Angular2的Material Design:https://github.com/angular/material2

    angular官方自己做的angular-material项目,这个当然是必看的:

    这些项目我有时间的时候会逐渐把功能扩充起来,另一些学习资源推荐:

    第一个,angular.io上官方的tutorial实例,官方那个配置文件有点问题,大漠穷求的整理:https://github.com/damoqiongqiu/angular-tutorial-damoqiongqiu

    第二个,《迈向Angular2》一书的随书代码,我修改并增加了一些内容:https://github.com/damoqiongqiu/angular2-seed-cn

    第三个,我自己从头整理的,一步一步从最简单的开始带你学习webpack,因为现在有非常多的前端项目都在用webpack,而很多人找我说学不会,所以我自己从头编写了这个项目。从lesson01到lesson06分了6个分支,你们应该会用检出git的分支吧?如果不会的话自己学一下吧。webpack手把手项目:https://github.com/damoqiongqiu/learn-webpack