Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.25 KB

File metadata and controls

15 lines (10 loc) · 1.25 KB

Designing an Angular Dashboard Layout with UI Components

A quick-start Angular project that contains code to add UI components to the Angular Dashboard Layout and arrange panels using the cell spacing property. This project also contains code to customize the look of the dashboard using the CSS class property, floating panels and the responsive and adaptive layouts functionality of the dashboard.

Refer to the following documentation to learn about the Angular Dashboard Layout component: https://ej2.syncfusion.com/angular/documentation/dashboard-layout/getting-started

Check out this online example of the Angular Dashboard Layout component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/dashboard-layout/default

Project prerequisites

Make sure that you have the compatible versions of Visual Studio Code and NodeJS or later version in your machine before starting to work on this project.

How to run this application

To run this application, you need to first clone the designing-an-angular-dashboard-layout-with-ui-components repository and then open it in Visual Studio Code. Now, simply build and run your project using ng serve command to view the output.