A sample application that demonstrates how to integrate Kendo UI for jQuery in Angular 2+ applications
Перейти к файлу
Tsvetomir Tsonev a30aa32181
docs: deprecation notice
2019-04-15 10:35:54 +03:00
e2e feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
src feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
.editorconfig chore: initial commit from @angular/cli 2017-02-28 11:29:14 +02:00
.gitignore Initial commit 2017-03-23 18:09:49 +02:00
LICENSE Initial commit 2017-03-23 18:09:49 +02:00
README.md docs: deprecation notice 2019-04-15 10:35:54 +03:00
angular.json feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
package-lock.json feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
package.json feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
tsconfig.json feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00
tslint.json feat: ugrade to Angular 7 2018-12-12 16:35:36 +02:00

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

  1. Run npm i to install the dependencies.
  2. 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: