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
Copy file name to clipboardExpand all lines: packages/devextreme-schematics/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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).
3
3
4
4
## Included Schematics
5
5
@@ -15,10 +15,10 @@ This package includes the following schematics:
15
15
Adds a DevExtreme app template to an Angular application.
16
16
17
17
-[add-sample-views](src/add-sample-views)
18
-
Adds sample views to an Angular application
18
+
Adds sample views to an Angular application.
19
19
20
20
-[add-view](src/add-view)
21
-
Adds a view to an Angular application
21
+
Adds a view to an Angular application.
22
22
23
23
## TypeScript Dependency & Global CLI Usage
24
24
@@ -28,7 +28,7 @@ Some DevExtreme migration schematics require TypeScript to process inline Angula
28
28
- Your project's node_modules
29
29
- The global node_modules
30
30
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.
32
32
33
33
### How to Install TypeScript
34
34
@@ -43,7 +43,7 @@ If the CLI fails to find TypeScript, inline template migration is skipped and a
43
43
44
44
**Troubleshooting**
45
45
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.
47
47
- You can also manually link TypeScript to your global node_modules if needed.
48
48
49
49
If you continue to see errors, review the warning output for resolution attempts and check your npm/node installation paths.
Copy file name to clipboardExpand all lines: packages/devextreme-schematics/src/migrate-config-components/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ You can run the migration command from any directory, including both inside and
16
16
devextreme migrate angular-config-components
17
17
```
18
18
19
-
### Options (All Optional)
19
+
### Parameters (All Optional)
20
20
21
21
-`--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.
23
23
-`--dry`: Run in dry mode to preview changes without applying them (default: `false`).
0 commit comments