Skip to content

Commit 9113597

Browse files
committed
1009275: Addressed review changes
1 parent ca1a7fa commit 9113597

8 files changed

Lines changed: 116 additions & 116 deletions

File tree

Document-Processing/Word/Word-Processor/angular/getting-started.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
layout: post
3-
title: Getting started with Angular Document Editor component | Syncfusion
4-
description: Checkout and learn about Getting started with Angular Document Editor component of Syncfusion Essential JS 2 and more details.
3+
title: Getting started with Angular Document editor component | Syncfusion
4+
description: Checkout and learn about Getting started with Angular Document editor component of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Getting started
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Getting started with Angular Document Editor component
11+
# Getting started with Angular Document editor component
1212

13-
This section explains the steps to create a Word document editor within your application and demonstrates the basic usage of the Document Editor component.
13+
This section explains the steps to create a Word document editor within your application and demonstrates the basic usage of the Document editor component.
1414

15-
To get started quickly with Document Editor component using CLI, you can check the video below.
15+
To get started quickly with Document editor component using CLI, you can check the video below.
1616

1717
{% youtube "https://www.youtube.com/watch?v=UHdjjR_BbQY" %}
1818

1919
## Prerequisites
2020

21-
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Angular Document Editor](https://ej2.syncfusion.com/angular/documentation/system-requirement)
21+
[System requirements for Syncfusion<sup style="font-size:70%">&reg;</sup> Angular Document editor](https://ej2.syncfusion.com/angular/documentation/system-requirement)
2222

2323
## Dependencies
2424

25-
The list of dependencies required to use the Document Editor component in your application is given below:
25+
The list of dependencies required to use the Document editor component in your application is given below:
2626

2727
```javascript
2828
|-- @syncfusion/ej2-angular-documenteditor
@@ -44,7 +44,7 @@ The list of dependencies required to use the Document Editor component in your a
4444

4545
### Server-side dependencies
4646

47-
The Document Editor component requires server-side interactions for the following operations:
47+
The Document editor component requires server-side interactions for the following operations:
4848

4949
* [Open file formats other than SFDT](./import#convert-word-documents-into-sfdt)
5050
* [Paste with formatting](./clipboard#paste-with-formatting)
@@ -84,17 +84,17 @@ Next, navigate to the created project folder:
8484
cd my-app
8585
```
8686

87-
## Adding Syncfusion<sup style="font-size:70%">&reg;</sup> Document Editor package
87+
## Adding Syncfusion<sup style="font-size:70%">&reg;</sup> Document editor package
8888

8989
All available Essential<sup style="font-size:70%">&reg;</sup> JS 2 packages are published in the [`npmjs.com`](https://www.npmjs.com/~syncfusionorg) registry.
9090

91-
To install the Document Editor component, use the following command:
91+
To install the Document editor component, use the following command:
9292

9393
```bash
9494
npm install @syncfusion/ej2-angular-documenteditor --save
9595
```
9696

97-
>Note: The `--save` flag instructs npm to include the Document Editor package inside the dependencies section of the `package.json` file.
97+
>Note: The `--save` flag instructs npm to include the Document editor package inside the dependencies section of the `package.json` file.
9898
9999
## Adding CSS reference
100100

@@ -114,7 +114,7 @@ The following CSS files are available in the `node_modules/@syncfusion` package
114114

115115
## Choosing a component
116116

117-
Syncfusion offers two Document Editor components with different feature sets:
117+
Syncfusion offers two Document editor components with different feature sets:
118118

119119
* **DocumentEditorContainer**: A complete solution with a predefined toolbar, properties pane, and status bar for comprehensive document editing
120120
* **DocumentEditor**: A customizable component where you build the UI according to your specific requirements
@@ -154,7 +154,7 @@ export class AppComponent implements OnInit {
154154
}
155155
```
156156

157-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
157+
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
158158
159159
#### Run the DocumentEditorContainer application
160160

@@ -275,7 +275,7 @@ export class AppComponent implements OnInit {
275275
}
276276
```
277277

278-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
278+
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
279279
280280
#### Run the DocumentEditor application
281281

@@ -301,12 +301,12 @@ The DocumentEditor output will be displayed as follows:
301301

302302
## Next steps
303303

304-
After successfully setting up the Document Editor component, explore these resources to enhance your implementation:
304+
After successfully setting up the Document editor component, explore these resources to enhance your implementation:
305305

306-
* [How to localize the Document Editor container](./global-local)
306+
* [How to localize the Document editor container](./global-local)
307307
* [How to load a document by default](./how-to/open-default-document)
308308
* [How to customize the toolbar](./how-to/customize-tool-bar)
309-
* [How to resize the Document Editor component](./how-to/resize-document-editor)
309+
* [How to resize the Document editor component](./how-to/resize-document-editor)
310310
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
311311

312312
## Troubleshooting

Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting Started with ASP.NET Core DocumentEditor Control | Syncfusion
3+
title: Getting Started with Syncfusion Document Editor Control
44
description: Check out and learn about getting started with Document Editor control of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Getting Started Core

Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get
108108

109109
## See also
110110

111-
* [How to localize the Document Editor container](./global-local).
111+
* [How to localize the Document editor container](./global-local).
112112
* [How to load the document by default](./how-to/open-default-document).
113113
* [How to customize tool bar](./how-to/customize-tool-bar).
114114
* [How to resize Document editor component](./how-to/resize-document-editor).

0 commit comments

Comments
 (0)