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: components/imageeditor/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
@@ -39,12 +39,12 @@ cd my-app
39
39
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the angular image editor package, use the following command.
40
40
41
41
```bash
42
-
ng add @syncfusion/ej2-angular-image-editors
42
+
ng add @syncfusion/ej2-angular-image-editor
43
43
```
44
44
45
45
The above command does the below configuration to your Angular app.
46
46
47
-
* Adds `@syncfusion/ej2-angular-image-editors` package and its peer dependencies to your `package.json` file.
47
+
* Adds `@syncfusion/ej2-angular-image-editor` package and its peer dependencies to your `package.json` file.
48
48
* Imports the `ImageEditorModule` in your application module `app.module.ts`.
49
49
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
0 commit comments