Angular2学习资源汇总

Angular2学习资源

视频:https://my.oschina.NET/mumu/blog/834254

资源:https://my.oschina.net/mumu/blog/831790

文档博客书籍类

Angular University: http://blog.angular-university.io/

Jason Watmore's Blog: http://jasonwatmore.com/

RxJS官方网站: http://reactivex.io/

RxJS中文版文档(这是我看过的最好的关于RxJS的中文文档,注意,没有之一!向译者致敬!): https://www.gitbook.com/book/buctwbzs/rxjs/details

一本开源的Angular2书籍:https://zhangchen915.gitbooks.io/angular2-training/

开源项目类

Angular Angury项目: https://augury.angular.io/

Angular Team在github上的地址: https://github.com/angular

ng2-bootstrap: https://ng-bootstrap.github.io/#/home

NGPrime: http://www.primefaces.org/primeng/#/

Angular-Material2: https://github.com/angular/material2

KendoUI:http://www.telerik.com/blogs/what-to-expect-in-2016-for-kendo-ui-with-angular-2-and-more

ionic: https://ionic.io/

一个非常好的管理后台项目,基于Angular2的(那些拿Angular2来做管理系统的朋友,请务必看这个项目,它是非常好的后台管理界面模板,而且是开源免费的): https://github.com/akveo/ng2-admin

一个很好的Blog项目: https://github.com/WittBulter/sails-blog-frontend

RxJS聊天室: https://github.com/ng-book/angular2-rxjs-chat

教学用的项目NiceFish: http://git.oschina.net/mumu-osc/NiceFish

一组Angular2应用收集:http://angularexpo.com/

一组UI库:https://teradata.github.io/covalent/#/

视频类

一个非常好的RxJS教学视频(想快速学会RxJS的朋友请务必仔细看完这个视频):

https://coryrylan.com/blog/introduction-to-rxjs-observables-and-angular

关于RxJS的更多视频(RxJS官方出的): https://egghead.io/lessons/rxjs-rxjs-observables-vs-promises

框架自带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