a30aa32181 | ||
---|---|---|
e2e | ||
src | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
angular.json | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
This repository is no longer updated. To access the current version, refer to the kendo-angular
repository.
Kendo UI: jQuery and Angular Suites Integration
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.
Development Server
- Run
npm i
to install the dependencies. - Run
ng serve
for a dev server.
Builds
To build the project, run ng build
. The build artifacts are stored in the dist/
directory. For a production build, use the -prod
flag.
Tests
Running Unit Tests
To execute the unit tests through Karma, run ng test
.
Running End-to-End Tests
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
.
Angular CLI Tool Support
To get more help on the Angular CLI Tool, either:
- Use
ng help
, or - Check out the Angular CLI
README.md
file.