Skip to content

Commit 3ae1819

Browse files
177140: Modified the content in the readme file.
1 parent 7b5c411 commit 3ae1819

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
11
# ej2-angular-tree-map
2-
This example demonstrates the usage of Angular TreeMap Component in Angular 11 application.
2+
This example demonstrates how to use the Angular TreeMap component within an Angular 11 application. The TreeMap component is a powerful data visualization tool that displays hierarchical data as a set of nested rectangles. Each rectangle represents a data node, and its size and color can be customized based on specific values, making it ideal for visualizing large datasets in a compact and intuitive manner.
3+
4+
Documentation: https://ej2.syncfusion.com/angular/documentation/treemap/getting-started
5+
6+
## Project pre-requisites
7+
Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project:
8+
* Angular 4+
9+
* TypeScript 2.6+
10+
11+
## How to run this application
12+
To run this application, you need to first clone the `ej2-angular-tree-map` repository and then navigate to the path where it has been stored in your system.
13+
14+
To do so, open the command prompt and run the below commands one after the other.
15+
16+
```
17+
git clone https://github.com/SyncfusionExamples/ej2-angular-tree-map
18+
treegrid-example
19+
cd treegrid-example
20+
```
21+
22+
## Installation
23+
Once done with downloading, you need to install the packages required to run this application locally. To do so, run the following command:
24+
25+
```
26+
npm install
27+
```
28+
This will install all the needed Angular packages into your current project.
29+
30+
## Running on a development server
31+
Run the `ng serve` command for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
32+
33+
## Further help
34+
35+
To get more help with the Angular CLI, use `ng help` or check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)