-
Book Overview & Buying
-
Table Of Contents
Spring Boot and Angular - Second Edition
By :
Angular Material is a library created by Google that provides a wide range of UI components for use in Angular applications, such as tables, cards, inputs, and date pickers. This means that we don’t have to style components from scratch, as a list of components from the material library is ready to use.Angular Material has a wide range of growing components under the hood. It provides modules that contain the components that can be used in Angular applications once imported into a specific application module; components are reusable and easy to customize in terms of their look and feel, as they have built-in properties that we can use.Let’s configure Angular Material in our Angular project.
Angular Material provides a powerful schematic that bootstraps all the necessary setup with a single command:
ng add @angular/material
This command will walk you through a few prompts:
Change the font size
Change margin width
Change background colour