Skip to content

Commit 71cbb40

Browse files
committed
Update README.md
1 parent 7da4953 commit 71cbb40

File tree

1 file changed

+52
-2
lines changed

1 file changed

+52
-2
lines changed

README.md

+52-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Awesome-AngularJS
2+
If you don't know how to build applications with Javascript, be sure to take a look at [curated list for Javascript learning resources](https://www.codementor.io/learn-javascript-online) and go through some of the tutorials first. If you have some basic Javascript knowledge, here are a few resources you can use to get started with AngularJS.
23

34
## Best Learning Guides:
45
- [AngularJS Learning Center](https://www.codementor.io/angularjs)
@@ -19,13 +20,51 @@
1920
- [AngularJS Tutorial: Understanding How Directives Work](https://www.codementor.io/angularjs/tutorial/how-angular-directive-scope-work)
2021
- [Using AngularJS to sort a Firebase Database Full of Objects](https://www.codementor.io/angularjs/tutorial/firebase-angular-sort-objects)
2122
- [Angular/Node - Building a Command Line Tool to Generate Projects](https://www.codementor.io/angularjs/tutorial/angular-node-building-a-command-line-tool-to-generate-projects)
23+
- [AngularJS - from beginner to expert in 7 steps series](http://www.ng-newsletter.com/)
24+
- [A Better Way to Learn AngularJS](https://thinkster.io/angulartutorial/a-better-way-to-learn-angularjs/)
25+
- [Angular JS blog series](http://lostechies.com/gabrielschenker/2014/02/26/angular-js-blog-series-table-of-content/)
26+
- [A Step-by-Step Guide to Your First AngularJS App](http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app)
27+
- [Codecademy AngularJS Track](http://www.codecademy.com/courses/javascript-advanced-en-2hJ3J/0/1)
28+
- [AngularJS Tutorial](http://tutorials.jenkov.com/angularjs/index.html)
2229

23-
## Videos:
24-
- [AngularJS Office Hours with AngularUI Founder: Best Practices, UI-Router, and ORM](https://www.codementor.io/angularjs/tutorial/angularjs-best-practices-ui-router-orm)
2530

2631
## Online Help:
2732
- [1:1 AngularJS Help from Proven Experts](https://www.codementor.io/angularjs-experts)
2833

34+
35+
## eBooks
36+
- [Ng Book](https://www.ng-book.com/)
37+
- [Build Your Own AngularJS](http://teropa.info/build-your-own-angular)
38+
- [AngularJS: From Novice to Ninja](https://learnable.com/books/angularjs-novice-to-ninja/)
39+
- [Pro AngularJS](http://www.amazon.com/Pro-AngularJS-Experts-Voice-Development-ebook/dp/B00HX4PJ9I/ref=tmm_kin_title_0?_encoding=UTF8&sr=&qid=)
40+
41+
42+
## Videos:
43+
- [AngularJS Office Hours with AngularUI Founder: Best Practices, UI-Router, and ORM](https://www.codementor.io/angularjs/tutorial/angularjs-best-practices-ui-router-orm)
44+
- [Does AngularJS have performance issues? ](https://www.codementor.io/officehours/1395094426/does-angularjs-have-performance-issues-a-conversation-with-stepan-suvorov)
45+
- [Building SPAs with Angular for Office 365, SharePoint Online & SharePoint 2013 On-Premises
46+
](https://www.codementor.io/officehours/0639154029/angular-office-365)
47+
- [Building An Angular Hack Stack with Nick Van Weerdenburg](https://www.codementor.io/officehours/4601930522/building-an-angular-hack-stack)
48+
- [Using Angular to Improve Page Responsiveness with Dr. Gleb Bahmutov, PhD
49+
](https://www.codementor.io/officehours/6031492531/using-angular-to-improve-page-responsiveness-with-dr-gleb-bahmutov-phd)
50+
- [Egghead](https://egghead.io/)
51+
52+
53+
54+
## Ducumentations:
55+
- [AngularJS Official Tutorial](https://docs.angularjs.org/tutorial)
56+
- [DevDocs](http://devdocs.io/)
57+
58+
59+
## Courses
60+
- [Shaping Up with AnguarJS](https://www.codeschool.com/courses/shaping-up-with-angular-js)
61+
- [Pluralsight](http://www.pluralsight.com/courses/table-of-contents/angularjs-get-started)
62+
- [Building a Web App From Scratch With AngularJS](http://code.tutsplus.com/courses/building-a-web-app-from-scratch-with-angularjs)
63+
- [AngularJS JumpStart with Dan Wahlin](https://www.udemy.com/angularjs-jumpstart/?sl=E0EYdlw9RBMALEwzBwZX)
64+
- [Up and Running with AngularJS](http://www.lynda.com/AngularJS-tutorials/Up-Running-AngularJS/154414-2.html)
65+
- [Angular Course](https://www.angularcourse.com/#/)
66+
67+
2968
## Tips:
3069
- [AngularJS text formatting "on fly" example ](https://www.codementor.io/tips/3731824334/angularjs-text-formatting-on-fly-example)
3170
- [Code example of using AngularJS $http service](https://www.codementor.io/tips/3815274433/code-example-of-using-angularjs-http-service)
@@ -41,5 +80,16 @@
4180
- [Don't pass $scope into your services, it could brake your code one day.](https://www.codementor.io/tips/7914213378/don-t-pass-scope-into-your-services-it-could-brake-your-code-one-day)
4281

4382

83+
84+
## Developer Tools:
85+
- [AngularJS Batarang](https://chrome.google.com/webstore/detail/ighdmehidhipcmcojjgiloacoafjmpfk)
86+
- [JSFiddle](http://jsfiddle.net/)
87+
- [Yeoman](http://yeoman.io/)
88+
- [ngBoilerplate](http://joshdmiller.github.io/ng-boilerplate/#/home)
89+
- [AngularUI](http://angular-ui.github.io/)
90+
- [Jasmine](http://jasmine.github.io/)
91+
- [Karma](http://karma-runner.github.io/0.12/index.html)
92+
- [PhoneGap](http://phonegap.com/)
93+
4494
[Creating a Focus Text Box Control With Fancy Feedback]: https://www.codementor.io/angularjs/tutorial/focus-text-box-control-feedback-input-less-css
4595
[create]: https://www.codementor.io/angularjs/tutorial/create-dropdown-control

0 commit comments

Comments
 (0)