Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.49 KB

File metadata and controls

23 lines (14 loc) · 1.49 KB

How to Customize the Angular Diagram and Its Elements

A quick start Angular project that shows how to customize the diagram canvas page in the Angular Diagram component. This project includes code snippets for displaying page breaks and multiple pages in the canvas. It also includes code snippets for customizing the appearance of nodes and connectors and for bridging connectors.

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

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

Refer to the page settings documentation for the Syncfusion® Angular Diagram component: https://ej2.syncfusion.com/angular/documentation/diagram/page-settings

Refer to the grid lines documentation for the Syncfusion® Angular Diagram component: https://ej2.syncfusion.com/angular/documentation/diagram/grid-lines

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-customize-the-angular-diagram-and-its-elements 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.