How To Use Text Editing Options In The Angular Word Processor Component
A quick-start Angular project that shows how to use text editing options in the Angular Word Processor component. This project contains code to perform common font formatting and paragraph formatting options, and insert headers, footers, and a table of contents.
Refer to the following text formatting documentation for the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/documentation/document-editor/text-format
Refer to the following paragraph formatting documentation for the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/documentation/document-editor/paragraph-format
Refer to the following list formatting documentation for the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/documentation/document-editor/list-format
Check out this online example of text editing in the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/demos/#/material3/document-editor/character-formatting
Watch the following video to get started with the Angular Word Processor component: https://www.youtube.com/watch?v=UHdjjR_BbQY
Project prerequisites
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
How to run this application?
To run this application, you need to clone the how-to-use-text-editing-options-in-the-angular-word-processor-componen repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.