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.
Refer the following UG documenation for adding Syncfusion Angular component in your application
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
To run the server, you need to install the required pacakges using the below command
npm install
and run using
npm run dev
To run the client, you need to install the required pacakges using the below command
npm install
and run using
ng serve
You can also refer the below resources to know more details about Syncfusion Angular Scheduler components.