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 contains example projects from the [Kendo UI for Angular Documentation](http://www.telerik.com/kendo-angular-ui/components) in a shared [Angular CLI Workspace](https://angular.io/guide/file-structure).
3
+
This folder contains example projects from the [official Kendo UI for Angular documentation](http://www.telerik.com/kendo-angular-ui/components) in a shared [Angular CLI workspace](https://angular.io/guide/file-structure).
4
4
5
-
Additional sample applications, that can't use the same workspace, can be found in the [examples-standalone](../examples-standalone) folder.
5
+
Additional sample applications that cannot use the same workspace are located in the [`examples-standalone`](../examples-standalone) folder.
6
6
7
7
## Starting Projects
8
8
9
-
Instructions for starting each sample project can be found in it's README.md file in the [projects folder](./projects).
9
+
The instructions for getting up and running with each sample project can be found in its `README.md` file in the [`projects` folder](./projects).
10
10
11
11
## Hosted Examples
12
12
@@ -16,9 +16,9 @@ The following examples are deployed on GitHub pages:
16
16
17
17
## Creating a New Project
18
18
19
-
1.Use `ng generate application <application-name>` to create a new sample application.
20
-
1.Add the Kendo UI Default theme to the `styles` section of the application in `angular.json`
19
+
1.Create a new sample application by running `ng generate application <application-name>`.
20
+
1.In `angular.json`, add the Kendo UI Default theme to the `styles` section of the application.
21
21
22
-
## Further help
22
+
## Further Help
23
23
24
-
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).
24
+
To get more help on the Angular CLI, use `ng help` or check out the [Angular CLI `README.md` file](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments