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.
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