This repository is no longer updated. To access the current version, refer to the kendo-angular
repository.
This application is based on the Angular CLI.
For detailed information on how to integrate the Kendo UI for jQuery and Kendo UI for Angular suites, read the companion help topic.
- Run
npm i
to install the dependencies. - Run
ng serve
for a dev server.
To build the project, run ng build
. The build artifacts are stored in the dist/
directory. For a production build, use the -prod
flag.
To execute the unit tests through Karma, run ng test
.
Before running the tests, make sure that you are serving the application through ng serve
.
To execute the end-to-end tests through Protractor, run ng e2e
.
To get more help on the Angular CLI Tool, either:
- Use
ng help
, or - Check out the Angular CLI
README.md
file.