diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/default-read-only.md b/Document-Processing/Word/Word-Processor/angular/how-to/default-read-only.md index c2b486243a..de7bbae8b8 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/default-read-only.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/default-read-only.md @@ -1,18 +1,18 @@ --- layout: post -title: Default read only in Angular Document editor component | Syncfusion -description: Learn here all about Default read only in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more. +title: Default read-only in Angular DOCX Editor | Syncfusion +description: Learn here all about Default read-only in Syncfusion Angular Document Editor component of Syncfusion Essential JS 2 and more. platform: document-processing -control: Default read only +control: Default read-only documentation: ug domainurl: ##DomainURL## --- -# Default read only in Angular Document editor component +# Default read-only in Angular Document Editor component -In this article, we are going to see how to open a document in read only mode by default in [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) (Document Editor) & Document Editor Container. +In this article, we are going to see how to open a document in read-only mode by default in [Angular Document Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) (Document Editor) & Document Editor Container. -## Opening a document in read only mode by default in DocumentEditor +## Opening a document in read-only mode by default in DocumentEditor {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -26,7 +26,7 @@ In this article, we are going to see how to open a document in read only mode by {% previewsample "/document-processing/samples/document-editor/angular/getting-started-cs2" %} -## Opening a document in ready only mode by default in DocumentEditorContainer +## Opening a document in read-only mode by default in DocumentEditorContainer {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -40,4 +40,4 @@ In this article, we are going to see how to open a document in read only mode by {% previewsample "/document-processing/samples/document-editor/angular/document-editor-container-cs3" %} -Note: You can use the `restrictEditing` in `DocumentEditorContainer` and `isReadOnly` in `DocumentEditor` based on your requirement to change component to read only mode. \ No newline at end of file +N> You can use the `restrictEditing` in `DocumentEditorContainer` and `isReadOnly` in `DocumentEditor` based on your requirement to change the component to read-only mode. \ No newline at end of file