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: Resources to learn Angular JS?

6 pointsby keva161over 12 years ago
I've been learning Javascript for a while now and am quite impressed with what Angular JS can do.<p>So now that im ready to get my hands dirty, where should I start first?

3 comments

mmqover 12 years ago
Some links I found helpful while trying to make a sudoku game with angularjs (<a href="https://github.com/mouradmourafiq/angular_sudoku" rel="nofollow">https://github.com/mouradmourafiq/angular_sudoku</a>):<p><a href="http://deansofer.com/posts/view/14/AngularJs-Tips-and-Tricks-UPDATED" rel="nofollow">http://deansofer.com/posts/view/14/AngularJs-Tips-and-Tricks...</a><p><a href="http://www.yearofmoo.com/2012/10/more-angularjs-magic-to-supercharge-your-webapp.html" rel="nofollow">http://www.yearofmoo.com/2012/10/more-angularjs-magic-to-sup...</a><p><a href="http://blog.petermolgaard.com/tag/angularjs/" rel="nofollow">http://blog.petermolgaard.com/tag/angularjs/</a><p><a href="http://onehungrymind.com/angularjs-sticky-notes-pt-1-architecture/" rel="nofollow">http://onehungrymind.com/angularjs-sticky-notes-pt-1-archite...</a><p><a href="http://www.raymondcamden.com/index.cfm/2011/11/29/My-first-AngularJS-application" rel="nofollow">http://www.raymondcamden.com/index.cfm/2011/11/29/My-first-A...</a><p>A google discussions about the difference between factory and service:<p><a href="https://groups.google.com/forum/?fromgroups=#!searchin/angular/service$20factory/angular/56sdORWEoqg/VxECXKbn3gsJ" rel="nofollow">https://groups.google.com/forum/?fromgroups=#!searchin/angul...</a>
tharshan09over 12 years ago
The main angularJS site has a good tutorial to get you started. This blog i found helpful when getting started, specially the integration with yeoman: <a href="http://briantford.com/blog/angular-yeoman.html" rel="nofollow">http://briantford.com/blog/angular-yeoman.html</a>. These are video tutorials about angular.js: <a href="http://egghead.io/" rel="nofollow">http://egghead.io/</a>. The rest is up to you.
wasdover 12 years ago
RailsCasts has a good pro episode. <a href="http://railscasts.com/episodes/405-angularjs" rel="nofollow">http://railscasts.com/episodes/405-angularjs</a>