Hands-On With AngularJS Using ASP.NET

Anubhav Chaudhary

In this book we are going to learn AngularJS in ASP.Net with practical examples.

  • Published on Apr 19 2016
  • Pages 360
  • Downloaded 11.9k
  • Type PDF
Download
    • Like
    • Love It
    • Awesome
    • Interesting
    • It's Okay
    • Thumbs Down
  • 40.7k
  • 0

This book is a hands-on tutorial on AngularJS using ASP.NET. The approach is to give a brief overview for begineers as well as advanced readers. It is a walk through to AngularJS with demo applications.
 
Table of Contents
  • Hello World Using Angularjs in ASP.Net Application
  • Various Ways To Initialize AngularJS
  • Controller in AngularJS
  • Passing Argument in the Controller of AngularJS
  • Controller Method of Angular Module in AngularJS
  • Scope Inheritance in Controller Method of AngularJS
  • Using Ng-init and Ng-repeat Directive of AngularJS in ASP.Net Application
  • Filter Data in ASP.Net Application Using AngularJS
  • Alert Box in AngularJS
  • ng-change Directive of AngularJS
  • Ng-click and Ng-blur Directives in AngularJS
  • Required Field and Email Validation Using AngularJS
  • Minimunm Length and Maximum Length Validation Using AngularJS
  • Custom Validation Using AngularJS
  • ng-BindHtml Directive of AngularJS
  • Apply Validation For Checking Valid URL Using AngularJS
  • Bind Multiple Values Using AngularJS
  • Change Style Dynamically in Various Ways Using AngularJS
  • Determine Whether User Has Used Cut, Copy or Paste For Data Using AngularJS
  • ng-disabled Directive of AngularJS
  • ngClassOdd and ngClassEven Directives of AngularJS
  • ng-show Directive of AngularJS
  • ng-hide Directive of AngularJS
  • ng-dblclick Directive of AngularJS
  • Key Up and Key Down Event in AngularJS
  • ng-Switch Directive of AngularJS
  • ng-Transclude Directive of AngularJS
  • ng-Value Directive of AngularJS
  • Convert Text To Uppercase Using AngularJS
  • Apply Sorting Using AngularJS
  • Convert Text To Lowercase Letters Using AngularJS
  • Apply "Go to Bottom" and "Go Up" on Click of Anchors
  • Logging in Browser Console Using the AngularJS
  • $timeout in AngularJS
  • $exceptionHandler in AngularJS
  • $window in AngularJS
  • $rootScope Service in AngularJS
  • Enter and Leave Animation Using AngularJS
  • Add Animation To Your Application Using AngularJS
  • $rootElement Service in AngularJS
  • Fade In and Fade Out Animation Using AngularJS
  • Use ng-class With CSS3 Transition in AngularJS
  • Include Multiple Partial Templates in Single Application Using Ng-Template
  • Compare Two Values Using angular.equals
  • ng-Include Directive of AngularJS
  • Create To Do List Using AngularJS
  • Archive Completed Work From To Do List Using AngularJS
  • Show Data in Dynamic Grid Using AngularJS
  • Apply CRUD Operations in Dynamic Grid Using AngularJS
  • Using angular.forEach API in AngularJS
  • Create File Uploader Using AngularJS
  • Create Multi File Uploader Using AngularJS
  • Use $filter Service in AngularJs
  • .directive and .filter Service in AngularJS
  • $httpBackend Service in AngularJS
  • Sanitize Data Using AngularJS
  • $cookies Service in AngularJS
  • Cookies in AngularJS
  • $interval Service Provided by AngularJS
  • NgInvalid in AngularJS
  • NgDirty in AngularJS
  • Ternary Operators in AngularJS
  • Make AJAX Call and Return JSON Using AngularJS
  • Call $scope, Model of Child Page on Parent Page in AngularJS
  • Directive to Allow Decimal Numbers With a Single Decimal Point (.) Using AngularJS
  • Directive to Allow Only Numbers Using AngularJs
  • Call Function, $scope, Model of One Page From/on Second Page in AngularJS
  • Send Object of Objects From AngularJS to WebAPI
  • Get Attributes of Element in AngularJS Just Like jQuery
  • Set and Clear Timeout Using $timeout in AngularJS
  • Show Data in Grid Format Using AngularJS and WEB API
  • Retain Focus On Invalid Field Using AngularJS Custom Directive
  • MVC Routing With AngularJS Routing
  • Conditional Routing In AngularJS
  • Promise In AngularJS
  • Different Kinds Of Scopes In Custom Directives
  • Isolated Scopes In Custom Directives
  • Use Multiple Modules On Same Page In AngularJS
  • $templateCache In AngularJS