Learn AngularJS in 1 Day: Complete Angular JS Guide with Examples

Krishna Rungta

  • 出版商: Independently published
  • 出版日期: 2018-08-09
  • 售價: $650
  • 貴賓價: 9.5$618
  • 語言: 英文
  • 頁數: 245
  • 裝訂: Paperback
  • ISBN: 1718095260
  • ISBN-13: 9781718095267
  • 相關分類: AngularJavaScript
  • 無法訂購

相關主題

商品描述

Angular JS is responsible for making the website interactive and responsive. It helps designer and developers to eliminate much of the code usually needed for websites development. Angular JS is based upon MVC model. To learn and harness more power of the Angular JS framework, it takes a continuous intervention from an expert. But if you like to learn by yourself without spending big bucks behind expensive courses. This e-book could be your ultimate guide to AngularJS or AngularJS 2 Programming.

The book covers all basic fundamentals of Angular JS like Routes, Modules, Directives, Dependency Injection and so on. The images and examples are well-illustrated addressing each and every glitch of Angular JS. The book purpose is to make Angular JS easier, simpler and interesting such that even beginners will feel like a pro at the end of the book. This edition promises your eventual mastery of AngularJS.

The best thing about the book is that it is small and can be completed in a day. It will not only save your time but also accomplish our goal to save your effort in learning all needless jargons of Angular JS. With this e-book, you will be ready to create angular UI development as well as large scale applications effortlessly.

Table Of Content

Chapter 1: What is AngularJS?

  1. AngularJS Features
  2. AngularJS Architecture
  3. AngularJS Advantages

Chapter 2: Hello World

Chapter 3: Controller

  1. What Controller does from Angular's perspective
  2. How to build a basic Controller
  3. How to define Methods in Controller
  4. Using ng-controller in External Files

Chapter 4: What is $Scope in AngularJS?

Chapter 5: ng-repeat Directive

Chapter 6: How to use ""ng-model""

  1. The ng-model Attribute
  2. How to use ng-model

Chapter 7: ng-view

  1. What is a View?
  2. ng-view Directive in AngularJS
  3. ng-view Example

Chapter 8: Expressions

  1. Explain Angular.js Expressions with an example
  2. Angular.JS Numbers
  3. AngularJS Strings
  4. Angular.JS Objects
  5. AngularJS Arrays
  6. AngularJS Expression capabilities and Limitations
  7. Difference between expression and $eval

Chapter 9: Filter

  1. Lowercase
  2. Uppercase
  3. Number
  4. Currency
  5. JSON

Chapter 10: Custom Filter

Chapter 11: Directive

Chapter 12: CUSTOM Directive

  1. How to Create a Custom Directive?
  2. AngularJs Directives and Scopes
  3. Using controllers with directives
  4. How to create reusable directives
  5. AngularJS Directives and components - ng-transclude
  6. Nested directives
  7. Handling events in a directive

Chapter 13: Module

  1. How to Create a module in AngularJS
  2. Modules and Controllers

Chapter 14: Events

  1. The ng-click directive
  2. Showing HTML Elements using ng-show
  3. Hiding HTML Elements using ng-hide
  4. AngularJS Event Listener Directives

Chapter 15: Routing with Parameters

  1. Adding Angular Route ($routeProvider)
  2. Creating a default route
  3. Accessing parameters from the route
  4. Using Angular $route service
  5. Enabling HTML5 Routing

Chapter 16: AJAX Call

  1. High-level interactions with servers using $resource
  2. Low-level server interactions with $http
  3. Fetching data from a server running SQL and MySQL

Chapter 17: Table

Chapter 18: Form Validation