From the course: Building Angular and ASP.NET Web API Apps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Designing a view with Material Design

Designing a view with Material Design

From the course: Building Angular and ASP.NET Web API Apps

Start my 1-month free trial

Designing a view with Material Design

- [Instructor] To design our angular application, we are going to use the material design, and to configure the material design, we need to go through some steps. So we are going to start by first installing these packages, and then later we are going to configure animations. Then next, we will import the component modules, include a theme, and at the end, we are going to configure the material design icons, so let's get started. To find the official documentation on how to configure material design in an angular application, go to the material.angular.io/guide/getting-started URL. So here you will get a guide, step by step, let us start by first installing the main packages, so we are going to install the angular material, we are going to install the CDK which stands for component development kit, and the angular animations. Copy this line of code and go to your angular application, in here, open a new terminal by clicking the plus button in here, and then paste the URL that we just…

Contents