Cargando…

AngularJS essentials : design and construct reusable, maintainable, and modular web applications with AngularJS /

This book is strongly recommended for those who have a passion for web development and who are looking for a framework that can provide a reusable, maintainable, and modular way to create applications and increase their productivity.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Branas, Rodrigo
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn891187350
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 140924s2014 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d DEBBG  |d DEBSZ  |d EBLCP  |d IDEBK  |d YDXCP  |d N$T  |d E7B  |d COO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d ICA  |d ZCU  |d MERUC  |d OCLCQ  |d D6H  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d STF  |d DKC  |d AU@  |d OCLCQ  |d K6U  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ 
019 |a 889674292  |a 1259141334 
020 |a 9781783980093 
020 |a 1783980095 
020 |a 1783980087 
020 |a 9781783980086 
020 |z 9781783980086 
029 1 |a CHNEW  |b 000696787 
029 1 |a CHNEW  |b 000696788 
029 1 |a CHNEW  |b 000886834 
029 1 |a CHVBK  |b 374457514 
029 1 |a DEBBG  |b BV042182619 
029 1 |a DEBBG  |b BV043607346 
029 1 |a DEBSZ  |b 414074084 
029 1 |a DEBSZ  |b 417233051 
029 1 |a DEBSZ  |b 484728520 
029 1 |a GBVCP  |b 814977766 
035 |a (OCoLC)891187350  |z (OCoLC)889674292  |z (OCoLC)1259141334 
037 |a CL0500000478  |b Safari Books Online 
050 4 |a QA76.73.J39  |b B736 2014 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.6  |a 004.654 
049 |a UAMI 
100 1 |a Branas, Rodrigo. 
245 1 0 |a AngularJS essentials :  |b design and construct reusable, maintainable, and modular web applications with AngularJS /  |c Rodrigo Branas. 
246 3 0 |a Design and construct reusable, maintainable, and modular web applications with AngularJS 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2014. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from title page (Safari, viewed September 17, 2014). 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with AngularJS; Introduction to AngularJS; Architectural concepts; Setting up the framework; Organizing the code; Four ways to organize the code; The inline style; The stereotyped style; The specific style; The domain style; Summary; Chapter 2: Creating Reusable Components with Directives; What is a directive?; Using AngularJS built-in directives; The ngApp directive; The ngController directive; Nested controllers; The ngBind directive. 
505 8 |a The ngBindHtml directiveThe ngRepeat directive; The ngModel directive; The ngClick directive and other event directives; The ngDisable directive; The ngClass directive; The ngOptions directive; The ngStyle directive; The ngShow and ngHide directives; The ngIf directive; The ngInclude directive; Refactoring application organization; Creating our own directives; template; templateUrl; replace; restrict; scope; transclude; link; require; controller; compile; Animation; How it works?; Animating ngRepeat; Animating ngHide; Animating ngClass; Summary; Chapter 3: Data Handling; Expressions; Filters. 
505 8 |a Basic usage with expressionscurrency; date; filter; json; limitTo; lowercase; number; orderBy; uppercase; Using filters in other places; Creating filters; Form validation; Creating our first form; Basic validation; Understanding the pristine and dirty properties; The error object; Summary; Chapter 4: Dependency Injection and Services; Dependency injection; Creating services; Creating services with the factory; Creating services with the service; Creating services with the provider; Using AngularJS built-in services; Communicating with the backend; HTTP, REST, and JSON. 
505 8 |a Creating an HTTP facadeHeaders; Caching; Interceptors; Creating a single-page application; Installing the module; Configuring the routes; Rendering the content of each view; Passing parameters; Changing the location; Resolving promises; Logging; Timeout; Asynchronous with a promise-deferred pattern; The deferred API; The promise API; Summary; Chapter 5: Scope; Two-Way Data Binding; apply and watch; Best practices using the scope; The rootScope object; Broadcasting the scope; Summary; Chapter 6: Modules; Creating modules; The UI module; The search module; The parking application module. 
505 8 |a Recommended modulesSummary; Chapter 7: Unit Testing; The Jasmine testing framework; Testing AngularJS components; Services; Controllers; Filters; Directives; Creating the element with the directive; Compiling the directive; Calling the link function with the scope; Invoking the digest cycle; Mocking with httpBackend; Running tests with Karma; Installation; Configuration; Running tests; Summary; Chapter 8: Automating the Workflow; Automating the workflow with Grunt; Installation; Configuration; Creating a distribution package; Executing the workflow; Managing packages with Bower; Installation. 
520 |a This book is strongly recommended for those who have a passion for web development and who are looking for a framework that can provide a reusable, maintainable, and modular way to create applications and increase their productivity. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a JavaScript (Computer program language) 
650 0 |a Application software  |x Development. 
650 0 |a Web site development. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
776 0 8 |i Print version:  |a Branas, Rodrigo.  |t AngularJS Essentials.  |d Birmingham : Packt Publishing, ©2014  |z 9781783980086 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=834835  |z Texto completo 
938 |a ebrary  |b EBRY  |n ebr10915546 
938 |a EBSCOhost  |b EBSC  |n 834835 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29660248 
938 |a YBP Library Services  |b YANK  |n 12044633 
994 |a 92  |b IZTAP