Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.53 KB

File metadata and controls

26 lines (16 loc) · 1.53 KB

How to Group Nodes and Connectors in the Angular Diagram Component

A quick start Angular project that shows how to group nodes and connectors in an Angular Diagram component. This project includes code snippets to create and update groups dynamically. It also includes code snippets to add annotations to a group and create a nested group.

Refer to the grouping documentation for the Syncfusion® Angular Diagram component: https://ej2.syncfusion.com/angular/documentation/diagram/group

Check out this online grouping example for the Angular Diagram component: https://ej2.syncfusion.com/angular/demos/#/material/diagram/groupingandordering

Refer to this video for getting started with the Angular Diagram component: https://www.youtube.com/watch?v=TObiS2Lj87U

Refer to this video for creating and customizing nodes in the Angular Diagram component: https://www.youtube.com/watch?v=OnI_SMaYLOk

Refer the video for adding and customizing connectors in the Angular Diagram component: https://www.youtube.com/watch?v=fwK8CWWBwZ4

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-group-nodes-and-connectors-in-the-angular-diagram-component 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.