Skip to content

Commit 92a6759

Browse files
Apply suggestions from code review
Co-authored-by: Vladimir Abadzhev <[email protected]>
1 parent a784b24 commit 92a6759

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/devextreme-schematics/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DevExtreme Schematics
2-
DevExtreme Schematics contains Angular workflow tools for applications created with [DevExtreme CLI](https://github.com/devexpress/DevExtreme-CLI). You can use these tools to add application views and layouts to your app, as well as to perform other tasks related to DevExtreme and the DevExtreme [Angular Application Template](https://devexpress.github.io/devextreme-angular-template). For more information on Angular Schematics, refer to the following topic: [Introduction to Angular Schematics](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2).
2+
DevExtreme Schematics are Angular workflow tools for applications created with [DevExtreme CLI](https://github.com/devexpress/DevExtreme-CLI). You can use these tools to add application views and layouts to your apps or to perform other tasks related to DevExtreme and the DevExtreme [Angular Application Template](https://devexpress.github.io/devextreme-angular-template). For more information on Angular Schematics, refer to the following topic: [Introduction to Angular Schematics](https://blog.angular.io/schematics-an-introduction-dc1dfbc2a2b2).
33

44
## Included Schematics
55

@@ -15,10 +15,10 @@ This package includes the following schematics:
1515
Adds a DevExtreme app template to an Angular application.
1616

1717
- [add-sample-views](src/add-sample-views)
18-
Adds sample views to an Angular application
18+
Adds sample views to an Angular application.
1919

2020
- [add-view](src/add-view)
21-
Adds a view to an Angular application
21+
Adds a view to an Angular application.
2222

2323
## TypeScript Dependency & Global CLI Usage
2424

@@ -28,7 +28,7 @@ Some DevExtreme migration schematics require TypeScript to process inline Angula
2828
- Your project's node_modules
2929
- The global node_modules
3030

31-
If the CLI fails to find TypeScript, inline template migration is skipped and a warning is displayed with resolution attempts and errors.
31+
If the CLI fails to find TypeScript, it skips inline template migration and displays a warning message that contains resolution attempts and errors.
3232

3333
### How to Install TypeScript
3434

@@ -43,7 +43,7 @@ If the CLI fails to find TypeScript, inline template migration is skipped and a
4343

4444
**Troubleshooting**
4545

46-
- Some npm global installs may not link dependencies as expected. If you see repeated TypeScript resolution errors, try running the CLI from a project where TypeScript is installed locally.
46+
- Some npm global installs may not link dependencies as expected. If you experience repeated TypeScript resolution errors, try running CLI commands from a project where TypeScript is installed locally.
4747
- You can also manually link TypeScript to your global node_modules if needed.
4848

4949
If you continue to see errors, review the warning output for resolution attempts and check your npm/node installation paths.

packages/devextreme-schematics/src/migrate-config-components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ You can run the migration command from any directory, including both inside and
1616
devextreme migrate angular-config-components
1717
```
1818

19-
### Options (All Optional)
19+
### Parameters (All Optional)
2020

2121
- `--include`: Glob patterns of template files to include (default: `**/*.html`). Separate multiple patterns with commas.
22-
- `--script-include`: Glob patterns for TypeScript/JavaScript files to scan for inline templates (default: `**/*.ts,**/*.js`). Set empty ('' or []) to disable.
22+
- `--script-include`: Glob patterns for TypeScript/JavaScript files to scan for inline templates (default: `**/*.ts,**/*.js`). Pass an empty value ('' or []) to disable.
2323
- `--dry`: Run in dry mode to preview changes without applying them (default: `false`).
2424

2525
### Examples

0 commit comments

Comments
 (0)