AngularJS

Session Covered as part of AngularJS
      Links to the Details
Chapter 1 Basic Concepts 
Exercise 1.1 : Data Binding
Exercise 1.2 : Adding UI logic 
Exercise 1.3 : Services 
Exercise 1.4 : Accessing the Backend
Chapter 2 Data Binding 
Exercise 2.1(1.1) Data Binding 
Chapter 3 Controllers 
Exercise 3.1 Simple Spicy Controller 
Exercise 3.2 Spicy Argument 
Exercise 3.3 Scope Inheritance 
Demo
Chapter 4 Services 
Exercise 4.1 Using a Service 

Chapter 5 Scope  
Exercise 5.1 Scope as Data-Model 
Exercise 5.2 Scope Hierarchies 
Demo
Exercise 5.3 Scope Events Propagation
Chapter 6 Dependency Injection 
Chapter 7 Templates 
Chapter 8 Expressions 
Exercise 8.1 Basic Expressions  1
Exercise 8.2 Basic Expressions  2
Exercise 8.3 Content Expressions 
Exercise 8.4 $Event Expressions 
Exercise 8.5  One Time Binding 
Chapter 9 Interpolation 
Chapter 10 Filter 
 Exercise 10.1 Filter 
 Exercise 10.2 Creating Custom Filters 
 Exercise 10.3 Stateful  Filters 
 Chapter 11 Form 
Demo
 Exercise 11.1 Simple Forms 
 Exercise 11.2 CSS Class Form 
 Exercise 11.3 Binding to Form and Control   State
 Exercise 11.4 Custom Model UpdateTriggers
 Exercise 11.5 Non Immediate (Debounced Model) 
 Exercise 11.6 Custom Validation 
 Exercise 11.7 Modifying Build In Validators 
 Exercise 11.8 Implementing Custom controls (Using NGMODEL) 
Chapter 12 Directives 
Exercise 12.1 Normalization
Exercise 12.2 Template-expanding directive 1
Demo
Exercise 12.3 Template-expanding directive 2 templateUrl
Exercise 12.4 Template-expanding directive 3 restrict option
Exercise 12.5 Template-expanding directive 1
Exercise 12.6 Isolating the Scope of a Directive 1
Exercise 12.7 Isolating the Scope of a Directive 2
Exercise 12.8 Isolating the Scope of a Directive 3
Exercise 12.9 Creating a Directive that Manipulates the DOM
Exercise 12.10 Creating a Directive that Wraps Other Elements 1
Exercise 12.11 Creating a Directive that Wraps Other Elements 2
Exercise 12.12 Creating a Directive that Wraps Other Elements 3
Exercise 12.13 Creating a Directive that Adds Event Listeners
Exercise 12.14 Creating Directives that Communicate
Chapter 13 Component  
Exercise 13.1 Creating and Configuring component
Exercise 13.2  Component Tree 

Exercise 13.3  Intercomponent Communication 
Chapter 13B Component Router
Chapter 14 Animation 
Exercise 14.1  Basic Example of Animation 
Exercise 14.2  Class and Ngclass Animation Hooks 
Chapter 15 Modules 
 Exercise 15.1  Basic Module 
Exercise 15.2  Sample Design 
Chapter 16 HTML Compiler 
 Exercise 16.1  HTML Compiler  example
Chapter 17 Provider 
Chapter 18 Decorators 
Exercise 18.1 Service Decorator Example
code
Exercise 18.2 Directive Decorator Example
code
Exercise 18.3 Filter Decorator Example 
code
Chapter 19 BootStrap 
Chapter 20 Unit Testing 
Chapter 21 End to End Testing 
Chapter 22 Using The $location Service 
Exercise 22.1  Browser In HTML5 Mode 
Exercise 22.2 Browser In HTML5 Fallback Mode (Hashbang Mode) 
Exercise 22.3 Two-way binding to $location 
Chapter 23 WORKING WITH CSS 
Chapter 24 Internationalization (i18n) and Localization (l10n) 
Exercise 24.1  Basic Example
Demo
Chapter 25 Security 
Chapter 26-Accessibility with ngAria 
 Exercise 26.1 ngModel 
 Exercise 26.2 Disabling attributes 

Comments

Popular posts from this blog

Tutorial 12.12 Creating a Directive that Wraps Other Elements 3

Tutorial 12.14 Creating Directives that Communicate