Angular2学习资源前端
视频:https://my.oschina.NET/mumu/blog/834254react
资源:https://my.oschina.net/mumu/blog/831790
webpack
文档博客书籍类git
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/detailsgithub
一本开源的Angular2书籍:https://zhangchen915.gitbooks.io/angular2-training/web
开源项目类bootstrap
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/promise
一组UI库:https://teradata.github.io/covalent/#/angular2
视频类框架
一个很是好的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/material2angular官方本身作的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