0% found this document useful (0 votes)
217 views

Angularjs Training Materials (Essentials and Advanced) : Basics

The document provides training materials for learning AngularJS, including essential topics like controllers, services, directives, and routing. It lists various e-books, online courses, and tutorials covering HTML/CSS, JavaScript, AngularJS fundamentals, and more advanced concepts like Grunt, Karma, and REST services. Sample code, videos, and documentation are referenced to help understand configuration and debugging workflows for full-stack AngularJS development.

Uploaded by

Nitesh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views

Angularjs Training Materials (Essentials and Advanced) : Basics

The document provides training materials for learning AngularJS, including essential topics like controllers, services, directives, and routing. It lists various e-books, online courses, and tutorials covering HTML/CSS, JavaScript, AngularJS fundamentals, and more advanced concepts like Grunt, Karma, and REST services. Sample code, videos, and documentation are referenced to help understand configuration and debugging workflows for full-stack AngularJS development.

Uploaded by

Nitesh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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