How To Review Word Documents With Track Changes In The Angular Word Processor

Sample date Updated on Sep 13, 2025
angular-document-editor-accept-tracked-changes angular-document-editor-component angular-document-editor-container angular-document-editor-library angular-document-editor-reject-tracked-changes angular-document-editor-track-and-review-changes

A quick-start Angular project that shows how to review Word documents with tracked changes in the Syncfusion® Angular Word Processor component. This project contains code to enable the “track changes” feature, accept or reject changes, filter changes by user, and use revision-only protection.

Refer to the following tracked changes documentation for the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/documentation/document-editor/track-changes

Check out this online example of tracking changes in the Syncfusion® Angular Word Processor component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/document-editor/track-changes

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-review-word-documents-with-track-changes-in-the-angular-word-processor 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.

Up arrow