A quick start Angular project that shows how to create a Mind map Layout using the Angular Diagram component. This project includes a code snippet to customize the nodes and connectors in the layout and change its orientation. It also contains code to align the layout using horizontal and vertical spacing, and to add expand and collapse icons.
Refer to the following documentation on the Syncfusion® Angular Bullet Charts component: https://ej2.syncfusion.com/angular/documentation/bullet-chart/getting-started
Check out this online example of the Angular Bullet Charts component: https://ej2.syncfusion.com/angular/demos/#/material/bullet-chart/default
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 getting-started-with-the-angular-bullet-chart-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.