Using Kendo UI with the Angular CLI
Перейти к файлу
PROGRESS\smarinova ea395e100a feat: update packages 2017-05-05 10:42:16 +03:00
e2e chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
src chore: Add intl support configuration 2017-04-25 17:17:19 +03:00
.angular-cli.json chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
.editorconfig chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
.gitignore chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
README.md docs: review readme 2017-04-17 12:13:45 +03:00
karma.conf.js chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
package.json feat: update packages 2017-05-05 10:42:16 +03:00
protractor.conf.js chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
tsconfig.json chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00
tslint.json chore: initial commit from @angular/cli 2017-04-14 14:54:36 +03:00

README.md

Kendo UI for Angular: QuickStart for Angular CLI

This repository holds the source code for the article on getting started with the Kendo UI for Angular suite.

The project is generated with the Angular CLI tool, version 1.0.0.

## Table of Contents

Development Server

  1. Run the ng serve command for a development server.

  2. Navigate to http://localhost:4200/. If you change any of the source files, the application automatically reloads.

Code Scaffolding

Run the ng generate component component-name or ng generate directive/pipe/service/class/module command to generate a new component.

Builds

  1. Run the ng build command to build the project. The build artifacts are stored in the dist/ directory.

  2. Use the -prod flag for a production build.

Testing

Unit Tests

Run the ng test command to execute the unit tests with Karma.

End-to-End Tests

  1. Make sure you are serving the application through ng serve before running the tests.

  2. Run the ng e2e command to execute the end-to-end tests with Protractor.

Further Help

For additional support on the Angular CLI either: