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: Document-Processing/Word/Word-Processor/angular/getting-started.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
---
2
2
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.
5
5
platform: document-processing
6
6
control: Getting started
7
7
documentation: ug
8
8
domainurl: ##DomainURL##
9
9
---
10
10
11
-
# Getting started with Angular Document Editor component
11
+
# Getting started with Angular Document editor component
12
12
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.
14
14
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.
All available Essential<supstyle="font-size:70%">®</sup> JS 2 packages are published in the [`npmjs.com`](https://www.npmjs.com/~syncfusionorg) registry.
90
90
91
-
To install the Document Editor component, use the following command:
91
+
To install the Document editor component, use the following command:
>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.
98
98
99
99
## Adding CSS reference
100
100
@@ -114,7 +114,7 @@ The following CSS files are available in the `node_modules/@syncfusion` package
114
114
115
115
## Choosing a component
116
116
117
-
Syncfusion offers two Document Editor components with different feature sets:
117
+
Syncfusion offers two Document editor components with different feature sets:
118
118
119
119
***DocumentEditorContainer**: A complete solution with a predefined toolbar, properties pane, and status bar for comprehensive document editing
120
120
***DocumentEditor**: A customizable component where you build the UI according to your specific requirements
@@ -154,7 +154,7 @@ export class AppComponent implements OnInit {
154
154
}
155
155
```
156
156
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.
158
158
159
159
#### Run the DocumentEditorContainer application
160
160
@@ -275,7 +275,7 @@ export class AppComponent implements OnInit {
275
275
}
276
276
```
277
277
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.
279
279
280
280
#### Run the DocumentEditor application
281
281
@@ -301,12 +301,12 @@ The DocumentEditor output will be displayed as follows:
301
301
302
302
## Next steps
303
303
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:
305
305
306
-
*[How to localize the Document Editor container](./global-local)
306
+
*[How to localize the Document editor container](./global-local)
307
307
*[How to load a document by default](./how-to/open-default-document)
308
308
*[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)
310
310
*[How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
0 commit comments