ea395e100a | ||
---|---|---|
e2e | ||
src | ||
.angular-cli.json | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
karma.conf.js | ||
package.json | ||
protractor.conf.js | ||
tsconfig.json | ||
tslint.json |
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
-
Run the
ng serve
command for a development server. -
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
-
Run the
ng build
command to build the project. The build artifacts are stored in thedist/
directory. -
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
-
Make sure you are serving the application through
ng serve
before running the tests. -
Run the
ng e2e
command to execute the end-to-end tests with Protractor.
Further Help
For additional support on the Angular CLI either:
- Run the
ng help
command, or - Refer to the Angular CLI README.