kendo-angular-quickstart-cli
kendo-angular-quickstart-cli copied to clipboard
Using Kendo UI with the Angular CLI
Kendo UI for Angular: Angular CLI
This project is part of the Getting Started guide in the Kendo UI for Angular documentation. The app was generated with the Angular CLI.
Install the app
-
Clone this repository with your Git client or by executing
git clone https://github.com/telerik/kendo-angular-getting-started.git -
Enter the project directory, e.g.
cd kendo-angular-getting-started -
Run
npm installto install the project dependencies.
Table of Contents
- Development Server
- Code Scaffolding
- Build
- Angular CLI Help
- Other Sample Projects with Kendo UI for Angular
Development Server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Code Scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Build
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Angular CLI Help
For additional support on the Angular CLI:
- Run the
ng helpcommand, or - Refer to the Angular CLI README.