TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are the best resource for learning Angular 2?

13 点作者 Kaladin超过 8 年前

3 条评论

pramttl超过 8 年前
Since we are yet to see the first Angular2 release (almost there, but not yet); most Angular2 third-party resources may not provide the most up to date information, so the best place to learn Angular right now is really the official Angular documentation i.e. <a href="https:&#x2F;&#x2F;angular.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;angular.io&#x2F;</a> , because it is updated quite often.<p>1. If you are looking for a book to learn in a sequential way then ng-book is a good option. ng-book is updated regularly however it is not free. <a href="https:&#x2F;&#x2F;www.ng-book.com&#x2F;2&#x2F;#features" rel="nofollow">https:&#x2F;&#x2F;www.ng-book.com&#x2F;2&#x2F;#features</a><p>2. New blog posts are also a great way to learn about certain Angular topics. Examples:<p>2(a): <a href="http:&#x2F;&#x2F;blog.thoughtram.io&#x2F;categories&#x2F;angular-2&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.thoughtram.io&#x2F;categories&#x2F;angular-2&#x2F;</a><p>2(b): <a href="http:&#x2F;&#x2F;angularjs.blogspot.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;angularjs.blogspot.com&#x2F;</a> (Has both Angular 1.x and 2.x articles, written by Angular core developers)<p>3. Learning by observing:<p>3(a): material2 is a library, being developed by the Angular team itself, that is based on Angular2 and is frequently updated to use the latest Angular2 version (currently RC5). I refer to the material2 source code to learn the best way to write my own Angular2 app and custom components: <a href="https:&#x2F;&#x2F;github.com&#x2F;angular&#x2F;material2&#x2F;tree&#x2F;master&#x2F;src&#x2F;lib" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;angular&#x2F;material2&#x2F;tree&#x2F;master&#x2F;src&#x2F;lib</a>
评论 #12394054 未加载
评论 #12370007 未加载
code777777超过 8 年前
Pluralsight has a couple of classes such as: <a href="https:&#x2F;&#x2F;app.pluralsight.com&#x2F;library&#x2F;courses&#x2F;play-by-play-angular-2-quick-start-john-papa-ward-bell&#x2F;table-of-contents" rel="nofollow">https:&#x2F;&#x2F;app.pluralsight.com&#x2F;library&#x2F;courses&#x2F;play-by-play-ang...</a>
gdi2290超过 8 年前
<a href="http:&#x2F;&#x2F;angularclass.com" rel="nofollow">http:&#x2F;&#x2F;angularclass.com</a> has courses on Angular 2