To get the most out of this book
This book assumes experience with Angular version 8 or earlier. The book is also applicable to developers working on the latest Angular version. You should be familiar with the Angular CLI to start the applications that are in this book's companion GitHub repository.
To focus on exciting additions and improvement, we skip all introductions to core concepts and building blocks of Angular. Therefore, we assume that you feel comfortable developing Angular directives, components, and services.
Angular's dependency injection system is integral to any Angular application. We expect you to be familiar with the APIs for managing dependencies.
Make sure to install a recent version of Angular CLI globally.
If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book's GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.