You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick start Angular project that shows how to create and add port nodes programmatically and dynamically. This project includes code snippets to add multiple ports and customize them dynamically. It also includes code snippets for customizing the appearance and position of the ports, as well as how to connect nodes using ports.
1
+
# How to Create and Customize Ports in the Angular Diagram Component
2
+
3
+
A quick start Angular project that shows how to create and customize port nodes programmatically and dynamically. This project includes code snippets to add multiple ports and customize them dynamically. It also includes code snippets for customizing the appearance and position of the ports, as well as how to connect nodes using ports.
4
+
5
+
The ports documentation for the Syncfusion Angular Diagram component:
Refer to this video for getting started with the Angular Diagram component:
12
+
https://www.youtube.com/watch?v=TObiS2Lj87U
13
+
14
+
Refer to this video for creating and customizing nodes in the Angular Diagram component:
15
+
https://www.youtube.com/watch?v=OnI_SMaYLOk
16
+
17
+
Refer to this video for adding and customizing connectors in the Angular Diagram component:
18
+
https://www.youtube.com/watch?v=fwK8CWWBwZ4
19
+
20
+
## Project prerequisites
21
+
22
+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
23
+
24
+
### How to run this application?
25
+
26
+
To run this application, you need to clone the `how-to-create-and-customize-ports-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.
0 commit comments