Task(1050024) - Resolved redundant keyword usage in Angular DOCX Editor - #4488
Task(1050024) - Resolved redundant keyword usage in Angular DOCX Editor#4488Kalaivannan-Ganesan wants to merge 7 commits into
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
| # How to Open a Default Document in Angular DOCX Editor | ||
|
|
||
| In this article, we are going to see how to open a default document when the [Angular Document Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) & Document Editor Container are initialized. | ||
| In this article, we are going to see how to open a default document when the [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) & Document Editor Container are initialized. |
There was a problem hiding this comment.
Here we are explaining about Editor and container. So, remove hyperlink
Mention ....when the Document Editor and Document Editor Container are...
There was a problem hiding this comment.
Modified the content as mentioned
| @Component({ | ||
| selector: 'app-container', | ||
| //specifies the template string for the Document Editor component | ||
| //specifies the template string for the DOCX Editor component |
There was a problem hiding this comment.
Avoid changes in code snippet
There was a problem hiding this comment.
Reverted the changes
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
Description
Resolved redundant keyword usage in Angular DOCX Editor.
Reduced the occurrences of "Document Editor" wherever possible, replacing it with "DOCX Editor"
Before
After
Final Data
The occurrence count of 139 is present in the following areas, which have been intentionally ignored:
These occurrences were not modified because they are part of standard checklist content, feature names, container names, or code-related content.