Learning Angular, 2nd Edition

Learning Angular, 2nd Edition

English | 2018 | ISBN: 978-1787124929 | 325 Pages | PDF, EPUB | 10 MB

Learning Angular – Second Edition: A no-nonsense guide to building real-world apps with Angular 5
Build modern SPAs by learning the latest and powerful features of Angular 5 and TypeScript 2.x
The latest version of Angular comes with a lot of new features that help you to make your applications smaller and faster. This book will show you how to set up an Angular project, and you’ll build Angular components right from the beginning.
Moving on, you’ll explore and work with the components to build your app. Next, you’ll find out more about TypeScript and see how to use it to build apps in the best way possible. You’ll then be introduced to the building blocks – Properties, Events, Directives, and Pipes – and how it can be used to implement and enhance the components.
Additionally, you’ll be using Angular components to organize your components in a scalable way. Then you’ll understand how to get data in your app and add navigation to it. Furthermore, you’ll deep dive and work with Forms, Authentication, and see how Material design will help you make your app beautiful in just a few short lines of code. Lastly, you’ll see how to use animating components with Angular, and test and debug the app.
All in all, the overall mission is to give you a great start when developing apps using Angular and TypeScript.
What You Will Learn

  • Set up the workspace and the project using webpack and Angular-Cli
  • Explore the features of TypeScript and organize the code in ES6 modules
  • Work with HTTP and Data Services and understand how data can flow in the app
  • Create multiple views and learn how to navigate between them
  • Make the app beautiful by adding Material Design
  • Implement two different types of form handling and its validation
  • Add animation to some standard events such as route change, initialization, data load, and so on
  • Discover how to bulletproof your applications by introducing smart unit testing techniques and debugging tools
Homepage