Angular 2 will help you build faster, more efficient, and more flexible cross-platform applications. Angular 2 is known for taking the pain out of JavaScript development, enabling more organized, readable, and testable code.
This book builds three apps with varying degrees of complexity. It starts with a simple “Guess the Number” game, which serves as a platform to launch you into the world of Angular. Next you will learn to construct a popular “7-Minute Workout “app, covering the building blocks of Angular. The final app, “Personal Trainer” morphs the existing “7-Minute Workout” into a full-fledged personal workout builder and runner, covering advanced directive building, which is the most fundamental and powerful feature of Angular.
In addition to this, you will learn about testability and the framework constructs Angular provides to effectively test your app. The book concludes by providing you with practical advice and useful tips that will come in handy as you build more and more apps with Angular.
Chapter 1. Getting Started
Chapter 2. Building Our First App – 7 Minute Workout
Chapter 3. More Angular 2 – SPA, Routing, and Data Flows in Depth
Chapter 4. Personal Trainer
Chapter 5. Supporting Server Data Persistence
Chapter 6. Angular 2 Directives in Depth
Chapter 7. Testing Personal Trainer
Chapter 8. Some Practical Scenarios