Skip to main content

AngularJS

Brand: O'Reilly Media

$57.14 - $71.43
(No reviews yet) Write a Review
UPC:
9781449344856
Maximum Purchase:
2 units
Binding:
Paperback
Publication Date:
2013-04-30
Release Date:
2013-05-03
Author:
Brad Green;Shyam Seshadri
Language:
english
Edition:
1
Adding to cart… The item has been added

Develop smaller, lighter web apps that are simple to create and easy to test, extend, and maintain as they grow. This hands-on guide introduces you to AngularJS, the open source JavaScript framework that uses Modelviewcontroller (MVC) architecture, data binding, client-side templates, and dependency injection to create a much-needed structure for building web apps.

Guided by two engineers who worked on AngularJS at Google, youll walk through the frameworks key features, and then build a working AngularJS appfrom layout to testing, compiling, and debugging. Youll learn how AngularJS helps reduce the complexity of your web app.

  • Dive deep into Angulars building blocks and learn how they work together
  • Gain maximum flexibility by separating logic, data, and presentation responsibilities with MVC
  • Assemble your full app in the browser, using client-side templates
  • Use AngularJS directives to extend HTML with declarative syntax
  • Communicate with the server and implement simple caching with the $http service
  • Use dependency injection to improve refactoring, testability, and multiple environment design
  • Get code samples for common problems you face in most web apps