Skip to content

Commit f9251be

Browse files
Update migrate-config-components Readme
1 parent 88553d4 commit f9251be

File tree

1 file changed

+2
-2
lines changed
  • packages/devextreme-schematics/src/migrate-config-components

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# migrate-config-components
22

3-
A schematic that migrates deprecated nested DevExtreme components to the new config-based structure.
3+
A schematic that migrates deprecated DevExtreme configuration components.
44

55
## Description
66

7-
This schematic automatically migrates your Angular application to use the latest DevExtreme component structure by replacing deprecated nested components (such as `<dxi-column>`) with their new config-based equivalents (such as `<dxi-data-grid-column>`). The migration command is available as a top-level DevExtreme CLI command and can be run from any directory.
7+
This schematic automatically migrates deprecated DevExtreme Angular configuration components. The migration command is available as a top-level DevExtreme CLI command that you can run from any directory.
88

99
## Usage
1010

0 commit comments

Comments
 (0)