https://github.com/syncfusion/ej2-showcase-angular-diagram-builder
The diagram builder demo application showcases creating diagrams such as flow charts, Mind Map diagrams, and organization chart through visual interface.
https://github.com/syncfusion/ej2-showcase-angular-diagram-builder
Last synced: 8 months ago
JSON representation
The diagram builder demo application showcases creating diagrams such as flow charts, Mind Map diagrams, and organization chart through visual interface.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-diagram-builder
- Owner: syncfusion
- License: other
- Created: 2018-07-12T09:17:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T15:12:19.000Z (over 1 year ago)
- Last Synced: 2025-08-29T09:56:19.332Z (8 months ago)
- Language: TypeScript
- Size: 2.02 MB
- Stars: 31
- Watchers: 12
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Essential® JS 2 for Angular - Diagram Builder
The diagram builder demo application showcases creating diagrams such as flow charts, Mind Map diagrams, and organization chart through visual interface.
## Deployment
### Install
* Use node version
```
v14.20.0
```
* To install all dependent packages, use the below command.
```
npm install
```
* If Angular CLI is not installed into your machine, please use the below command to install Angular CLI.
```
npm install -g @angular/cli@15.1.5
```
### Run
To run the sample, use the below command
```
ng serve
```
## Demo
#### https://ej2.syncfusion.com/showcase/angular/diagrambuilder/
Check all the showcase samples from here.