Skip to content

Commit b731beb

Browse files
authored
Updated README file.
1 parent e8eff90 commit b731beb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
11
# How to bind self-referential data to an Angular Tree Grid
2+
23
Learn how you can bind the Tree Grid data from a local data source, a remote data source, and using an external AJAX request.
4+
5+
6+
Documentation: https://ej2.syncfusion.com/angular/documentation/treegrid/data-binding/
7+
8+
Online example: https://ej2.syncfusion.com/angular/demos/#/material/treegrid/selfreference
9+
https://ej2.syncfusion.com/angular/demos/#/material/treegrid/remotedata
10+
11+
## Project pre-requisites
12+
Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project.
13+
* Angular 4+
14+
* TypeScript 2.6+
15+
16+
## How to run this application?
17+
To run this application, you need to first clone the `How-to-bind-self-referential-data-to-an-Angular-Tree-Grid` repository and then navigate to its appropriate path where it has been in your system.
18+
19+
To do so, open the command prompt and run the below commands one after the other.
20+
21+
```
22+
git clone https://github.com/SyncfusionSamples/How-to-bind-self-referential-data-to-an-Angular-Tree-Grid treegrid-example
23+
cd treegrid-example
24+
```
25+
26+
## Installing
27+
Once done with downloading, next you need to install the necessary packages required to run this application locally. The `npm install` command will install all the needed angular packages into your current project and to do so, run the below command.
28+
29+
```
30+
npm install
31+
```
32+
33+
## Running on development server
34+
Run `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.
35+
36+
## Further help
37+
38+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)