You are on page 1of 3

AngularJS Training Materials (Essentials and Advanced)

Basics :

E-Book Head First HTML & CSS. Download from torrent

Ebook Head First HTML 5 Programming

Javascript

1.http://dmitrysoshnikov.com/ecmascript/javascript-the-core/ (11 topics)

2.http://code.tutsplus.com/tutorials/fully-understanding-the-codethiscode-keyword--
net-21117 (just this single page)

E-Book Head First JavaScript

AngularJS

E-book AngularJS by Brad Green (Oreilly)

3.http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro (start
course 1-5)

4.http://tutorials.jenkov.com/angularjs/index.html (13 topics)

5.http://www.techstrikers.com/AngularJS/angularjs-built-in-directives.php (built-in
directives, tutorials and references.)

6.Please refer the sample to understand routing.

Browser debugging. Execution workflow.

7.https://developer.chrome.com/devtools/docs/javascript-debugging

Bootstrap

8.http://getbootstrap.com/components/

GIT

9.https://www.atlassian.com/git/tutorials/

10.https://try.github.io/levels/1/challenges/1

11. \\nas\Distribution\ref\git (videos)

Advanced Concepts:

Grunt

1.http://gruntjs.com/getting-started

2.https://scotch.io/tutorials/a-simple-guide-to-getting-started-with-grunt
3.https://egghead.io/lessons/gruntjs-introduction-to-grunt

Package Manager [npm, bower]

https://docs.npmjs.com/getting-started/what-is-npm (All 15 topics)

http://bower.io/ (Just the basics)

Refer attached doc for configuration

Jasmine

http://jasmine.github.io/2.0/introduction.html (Just the initial page)

Karma

http://karma-runner.github.io/0.13/intro/how-it-works.html (Just the intro page)

http://karma-runner.github.io/0.13/config/configuration-file.html (and the


configuration page)

Restangular - [$http]

https://github.com/mgonto/restangular (Just this single page)

Moment js

http://momentjs.com/

Lodash

https://lodash.com/

Kendo-ui

http://demos.telerik.com/kendo-ui/ (UI Components)

AngularJS Essentials

What is AngularJS

$scope [two way binding]

Scope chaining, $rootscope

Controller

Events

Services

Directives, built in-directives

Filters

Dependency Injection

Custom Directives

Routing
Modules

E-Books

Head First HTML & CSS

Head First HTML 5 Programming

Head First JavaScript

AngularJS by Brad Green (Oreilly)

Dependency Injection with AngularJS by Alex Knol

Mastering Grunt by Daniel Li

You might also like