Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.64 KB

File metadata and controls

37 lines (31 loc) · 1.64 KB

Performing-data-and-CRUD-operations-in-ej2-angular-grid-using-GraphQLAdaptor

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.

Add Syncfusion Grid component in your application

Refer the following UG documenation for adding Syncfusion Angular component in your application

GraphQL Server setup

You can setup GraphQL server by using graphpack npm package. Find the following link for getting more details for your reference. https://www.npmjs.com/package/graphpack

Run the GraphQL Server

To run the server, you need to install the required pacakges using the below command

npm install

and run using

npm run dev

Run the client Grid application

To run the client, you need to install the required pacakges using the below command

npm install

and run using

ng serve

Resources

You can also refer the below resources to know more details about Syncfusion Angular Scheduler components.