HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
A Web Edition is an online learning product that you view in your web browser while connected to the Internet. Some Web Editions include additional interactive features, such as videos, quizzes, or live code editing. Read the product description for more details. A Web Edition will be accessible from your Account page after purchase.
Viewing a Web Edition requires a web browser that fully supports HTML5. Supported platforms are:
Also available in other formats.
Register your product to gain access to bonus material or receive a coupon.
Learning Angular, Second Edition
A Hands-On Guide to Angular 2 and Angular 4
Learning Angular teaches modern application development with Angular 2 and Angular 4. It begins with the basics of Angular and the technologies and techniques used throughout the book, such as key features of TypeScript, newer ES6 syntax and concepts, and details about the tools needed to write professional Angular applications.
The reader will next build an Angular application from scratch while learning about the primary pieces of an Angular application and see how they work together. Using lots of examples, the core parts of Angular will be introduced, such as Components, the Router, and Services.
The book also covers techniques like server-side rendering and how to incrementally add Angular 2+ features to existing AngularJS applications. Finally, the reader will gain insight into advanced skills that should be part of any professional Angular developer’s toolkit such as testing, tooling options, and performance tuning.
Access to the Web Edition
Purchase of Learning Angular in any format includes free access to the online Web Edition, which provides several special features to help you learn:
This Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5. (Web Editions cannot be viewed on an eReader. To view on an eReader, please purchase an eBook.)
Contents at a Glance
Introduction
Chapter 1: Jumping into JavaScript
Chapter 2: Jumping into TypeScript
Chapter 3: Getting Started with Angular
Chapter 4: Angular Components
Chapter 5: Expressions
Chapter 6: Data Binding
Chapter 7: Built-in Directives
Chapter 8: Custom Directives
Chapter 9: Events and Change Detection
Chapter 10: Implementing Angular Services in Web Applications
Chapter 11: Creating Your Own Custom Angular Service
Chapter 12: Having Fun with Angular