Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

ANGULARJS BY EXAMPLE
Título:
ANGULARJS BY EXAMPLE
Subtítulo:
Autor:
CHANDERMANI
Editorial:
PACKT PUBLISHING
Año de edición:
2015
Materia
PROGRAMACION INTERNET
ISBN:
978-1-78355-381-5
Páginas:
454
42,50 €

 

Sinopsis

Book Description

AngularJS makes web JavaScript web development less painful and more organized - it's unsurprising that today it's one of the most popular tools in web development.

AngularJS by Example helps you get started with this essential web development framework quickly and easily, guiding you through AngularJS by showing you how to create your own real-world applications. By adopting this approach, you can bridge the gap between learning and doing immediately, as you follow the examples to learn the impressive features of Angular and experience a radically simple-and powerful-approach to web development.

You'll begin by creating a simple Guess the Number game, which will help you get to grips with the core components of Angular, including its MVC architecture, and learn how each part interacts with one another. This will give you a solid foundation of knowledge from which you can begin to build more complex applications, such as a 7 minute workout app and an extended personal trainer app. By creating these applications yourself, you will find out how AngularJS manages client-server interactions and how to effectively utilize directives to develop applications further. You'll also find information on testing your app with tools such as Jasmine, as well as tips and tricks for some of the most common challenges of developing with AngularJS.

AngularJS by Example is a unique web development book that will help you get to grips with AngularJS and explore a powerful solution for developing single page applications.

Table of Contents

1: GETTING STARTED
2: BUILDING OUR FIRST APP - 7 MINUTE WORKOUT
3: MORE ANGULARJS GOODNESS FOR 7 MINUTE WORKOUT
4: BUILDING PERSONAL TRAINER
5: ADDING DATA PERSISTENCE TO PERSONAL TRAINER
6: WORKING WITH DIRECTIVES
7: TESTING THE ANGULARJS APP
8: HANDLING COMMON SCENARIOS
We make learning AngularJS easy...

Get to grips with Angular's Model-View-Controller architecture
Gain a understanding of single page applications from an AngularJS perspective
Manage code organization using modules and component dependencies with the Dependency Injection Framework
Find out how to use AngularJS directives to extend the behavior of HTML on your web page
Effectively use a range of JavaScript tools, from extending your app with jQuery plugins, to testing with Jasmine
Create forms for your single page applications and see how Angular helps you to bind, validate, and submit form data