-
Book Overview & Buying
-
Table Of Contents
Angular Projects - Fourth Edition
By :
The Angular Material library is a UI component library maintained by the Angular team. It features a comprehensive collection of UI components, including a flexible grid view and a dialog that we will use to visualize tables and prompt the user for action in the application.
In this section, you will learn how to install and configure Angular Material into an Angular application. We will use the application from Chapter 1, Angular AI Kick-Starter: Scaffolding Smart Apps with Copilot, as our starting point and add an Angular Material header component to display the chapter title.
Let's start by installing Angular Material:
ng add @angular/material
The previous command will initiate a process that guides you in adding Angular Material. The process involves asking questions to provide more context in the CLI about the application you want to build.