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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Resources to learn Angular JS?

6 点作者 keva161超过 12 年前
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 条评论

mmq超过 12 年前
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>
tharshan09超过 12 年前
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.
wasd超过 12 年前
RailsCasts has a good pro episode. <a href="http://railscasts.com/episodes/405-angularjs" rel="nofollow">http://railscasts.com/episodes/405-angularjs</a>