TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

13 pointsby Kaladinover 8 years ago

3 comments

pramttlover 8 years ago
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 未加载
code777777over 8 years ago
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>
gdi2290over 8 years ago
<a href="http:&#x2F;&#x2F;angularclass.com" rel="nofollow">http:&#x2F;&#x2F;angularclass.com</a> has courses on Angular 2