You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder holds an [Angular CLI](https://github.com/angular/angular-cli) workspace with sample projects from the Kendo UI for Angular [documentation](http://www.telerik.com/kendo-angular-ui/components).
4
+
5
+
Also, check out the [Standalone Examples](../examples-standalone)
6
+
7
+
## Starting Sample Projects
8
+
9
+
To run the sample projects, change into the `projects/<project name>` folder and run `npm start`. Alternatively, run `ng serve <project name>`.
10
+
11
+
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
12
+
13
+
## Creating a New Sample Project
14
+
15
+
Use `ng generate application <application-name>` to create a new sample application.
16
+
17
+
## Further help
18
+
19
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments