7596487c0d | ||
---|---|---|
.vscode | ||
src | ||
.browserslistrc | ||
.gitignore | ||
CONTRIBUTNG.md | ||
LICENSE.md | ||
README.md | ||
angular.json | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
README.md
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 install
to 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 help
command, or - Refer to the Angular CLI README.