Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

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