https://github.com/syncfusionexamples/getting-started-with-the-angular-dashboard-layout-component
A quick-start Angular project that shows how to add the Angular Dashboard Layout Component to a Angular app.This project contains code to add multiple panels and configure them, drag, and resize the panels dynamically.
https://github.com/syncfusionexamples/getting-started-with-the-angular-dashboard-layout-component
angular-dashboard-layout angular-dashboardlayout dashboard dashboard-layout dashboardlayout
Last synced: about 2 months ago
JSON representation
A quick-start Angular project that shows how to add the Angular Dashboard Layout Component to a Angular app.This project contains code to add multiple panels and configure them, drag, and resize the panels dynamically.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-angular-dashboard-layout-component
- Owner: SyncfusionExamples
- Created: 2024-06-26T05:29:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T04:28:33.000Z (11 months ago)
- Last Synced: 2025-03-04T11:27:21.435Z (3 months ago)
- Topics: angular-dashboard-layout, angular-dashboardlayout, dashboard, dashboard-layout, dashboardlayout
- Language: TypeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with the Angular Dashboard Layout Component
A quick-start Angular project that shows how to add the Angular Dashboard Layout Component to a Angular app.This project contains code to add multiple panels and configure them, drag, and resize the panels dynamically.
Refer to the following documentation to learn about the Angular Dashboard Layout component:
https://ej2.syncfusion.com/angular/documentation/dashboard-layout/getting-startedCheck 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](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) 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 `getting-started-with-the-angular-dashboard-layout-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `ng serve` command to view the output.