Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.71 KB

File metadata and controls

26 lines (16 loc) · 1.71 KB

How to Drag and Drop Events from an External Source into the Angular Scheduler

A quick-start Angular project that shows how to drag and drop events from an external source into the Angular Scheduler component. This project contains code to drag an item from the TreeView component to the Scheduler and update it as an event using the nodeDragstop event of the TreeView.

Check out this online demo for external drag and drop in the Syncfusion Angular Scheduler component: https://ej2.syncfusion.com/angular/demos/#/material/schedule/external-drag-drop

Refer to the following documentation to get started with the Syncfusion Angular Scheduler component: https://ej2.syncfusion.com/angular/documentation/schedule/getting-started

Refer to the following documentation to get started with the Syncfusion Angular Treeview component: https://ej2.syncfusion.com/angular/documentation/treeview/getting-started

Refer to the following documentation about drag and drop in the Syncfusion Angular Treeview component: https://ej2.syncfusion.com/angular/documentation/treeview/drag-and-drop

Watch the following video to get started with the Angular Scheduler component: https://www.youtube.com/watch?v=WnBjPXPGmnw

Project prerequisites

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

How to run this application?

To run this application, you need to clone the how-to-drag-and-drop-events-from-an-external-source-into-the-angular-scheduler repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.