A quick start Angular project that shows how to create a node and different types of node shapes in an Angular Diagram. This project includes a code snippet to create a node programmatically and using the drawing tool. It also includes a code snippet to create different types of node shapes like text, image, path, HTML template, etc.
Refer to the node documentation on the Syncfusion Angular Diagram component: https://ej2.syncfusion.com/angular/documentation/diagram/nodes
Check out this online node example of the Angular Diagram component: https://ej2.syncfusion.com/angular/demos/#/material/diagram/nodes
Check out this online shape example of the Angular Diagram component: https://ej2.syncfusion.com/angular/demos/#/material/diagram/shapes
Refer the video for getting started with the Angular Diagram component: https://www.youtube.com/watch?v=TObiS2Lj87U
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-create-and-customize-nodes-in-the-angular-diagram-componentt
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.