This repository is no longer updated. To access the current version, refer to the kendo-angular
repository.
This application shows an example of how one can use editable Kendo UI for Angular Grid with GraphQL queries.
All of these commands have to be executed inside the server folder.
# install dependencies
npm install
# start the server at localhost:4000
npm start
All of these commands have to be executed inside the client folder. Ensure that the server is running on port 4000 before starting the client application.
# install dependencies
npm install
# serve with hot reload at localhost:3000
ng serve