How To Install Angular Material In Angular
In this first tutorial of the Angular Material Reactive Form Tutorial Series, you’ll learn how to get started with creating an Angular project and installing Angular material. You’ll see how to add Angular material to the Angular project and render an Angular Material component. So, let’s get started.
If you prefer a video instead, feel free to visit our Angular Material Reactive Form Tutorial Series on YouTube.
https://youtu.be/yWRaFEig5x4
Creating Angular Project Once you have installed the Angular CLI, using the CLI command create a new Angular project.
[Read More]