Skip to content

Commit a5dc64a

Browse files
Update README.md
1 parent 6ed5252 commit a5dc64a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Performing-data-and-CRUD-operations-in-ej2-angular-grid-using-GraphQLAdaptor
22
Discover seamless data integration with Syncfusion's EJ2 Angular Grid using GraphQLAdaptor in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your Angular applications, empowering you to manage and display data effectively.
33

4+
## Add Syncfusion Grid component in your application
5+
6+
Refer the following UG documenation for adding Syncfusion Angular component in your application
7+
* [Getting Started of Syncfusion Angular Grid component](https://ej2.syncfusion.com/angular/documentation/grid/getting-started)
8+
9+
## GraphQL Server setup
10+
11+
You can setup GraphQL server by using `graphpack` npm package. Find the following link for getting more details for your reference.
12+
[`https://www.npmjs.com/package/graphpack`](https://www.npmjs.com/package/graphpack)
13+
414
## Run the GraphQL Server
515
To run the server, you need to install the required pacakges using the below command
616
```bash
@@ -19,3 +29,9 @@ and run using
1929
```
2030
ng serve
2131
```
32+
## Resources
33+
34+
You can also refer the below resources to know more details about Syncfusion Angular Scheduler components.
35+
* [Demo](https://ej2.syncfusion.com/angular/demos/#/material3/grid/over-view)
36+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/grid/getting-started)
37+
* [GraphQL with Syncfusion DataManager](https://ej2.syncfusion.com/angular/documentation/grid/connecting-to-adaptors/graphql-adaptor)

0 commit comments

Comments
 (0)