Book description
Get Started Fast with AngularJS Web Development
AngularJS is one of the most exciting and innovative new technologies emerging in the world of web development. Designed to simplify the development and testing of web applications, it also provides structure for the entire development process.
Websites are no longer simple static content—instead,
websites have become much more dynamic, with a single page often
serving as the entire site or application. And AngularJS allows web
developers to build the necessary programming logic for such
applications directly into a web page, binding the data model for
the client web application to backend services and databases.
AngularJS also allows the extension of HTML so that the UI design
logic can be expressed easily in an HTML template file.
Learning AngularJS shows you how to create powerful,
interactive web applications that have a well-structured, reusable
code base that will be easy to maintain. You’ll also learn
how to leverage AngularJS’s innovative MVC approach to
implement well-designed and well-structured web pages and web
applications.
AngularJS helps you to become a better web developer by forcing you to adhere to underlying structure and design rules.
COVERAGE INCLUDES
Understand how AngularJS is organized and learn best practices for designing AngularJS applications
Find out how to define modules and utilize dependency injection
Quickly build AngularJS templates with built-in directives that enhance the user experience
Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem
Define custom AngularJS directives that extend HTML
Implement zoomable images, expandable lists, and other rich UI components
Implement client-side services that interact with web servers
Build dynamic browser views to provide even richer user interaction
Create custom services you can easily reuse
Design unit and end-to-end tests for AngularJS applications
Register your book at informit.com/register for convenient access to updates, downloads, and corrections as they become available.
Table of contents
- About This eBook
- Title Page
- Copyright Page
- Contents at a Glance
- Table of Contents
- About the Author
- Dedication
- Acknowledgments
- We Want to Hear from You!
- Reader Services
- Introduction
- 1. Jumping Into JavaScript
-
2. Getting Started with AngularJS
- Why AngularJS?
- Understanding AngularJS
- An Overview of the AngularJS Life Cycle
- Separation of Responsibilities
- Integrating AngularJS with Existing JavaScript and jQuery
- Adding AngularJS to Your Environment
- Bootstrapping AngularJS in an HTML Document
- Using the Global APIs
- Creating a Basic AngularJS Application
- Using jQuery or jQuery Lite in AngularJS Applications
- Summary
- 3. Understanding AngularJS Application Dynamics
- 4. Implementing the Scope as a Data Model
- 5. Using AngularJS Templates to Create Views
- 6. Implementing Directives in AngularJS Views
- 7. Creating Your Own Custom Directives to Extend HTML
- 8. Using Events to Interact with Data in the Model
-
9. Implementing AngularJS Services in Web Applications
- Understanding AngularJS Services
-
Using the Built-in Services
- Sending HTTP GET and PUT Requests with the $http Service
- Using the $cacheFactory Service
- Implementing Browser Alerts Using the $window Service
- Interacting with Browser Cookies Using the $cookieStore Service
- Implementing Timers with $interval and $timeout Services
- Using the $animate Service
- Using the $location Service
- Using the $q Service to Provide Deferred Responses
- Summary
- 10. Creating Your Own Custom AngularJS Services
- 11. Creating Rich Web Application Components the AngularJS Way
- Appendix A. Testing AngularJS Applications
- Index
- Code Snippets
Product information
- Title: Learning AngularJS
- Author(s):
- Release date: December 2014
- Publisher(s): Addison-Wesley Professional
- ISBN: None
You might also like
video
Learning AngularJS
Overview Learning AngularJS LiveLessonsprovides developers with a practical introduction to AngularJS, an exciting JavaScript framework for …
book
Learning AngularJS
With AngularJS, you can quickly build client-side applications that run well on any desktop or mobile …
book
AngularJS: Up and Running
If you want to get started with AngularJS, either as a side project, an additional tool, …
book
AngularJS in Action
AngularJS in Action covers everything you need to know to get started with the AngularJS framework. …