November 2019
Beginner
436 pages
8h 52m
English
In most cases, you aren't going to write every UI component from scratch. There are many libraries that can save you time and allow you to focus on what matters most—the business logic of your application.
There are many component libraries out there. Among the most popular are the following:
In this section, we are going to use Angular Material by Google, but you can always experiment with additional component libraries later on.
Installing Angular Material into your project is effortless. The ng add command is supported by the Angular CLI and is provided by Angular Material, which makes ...
Read now
Unlock full access