Syncfusion Feedback

Collaborative editing

The Word Processor component allows multiple users to work on the same document simultaneously. This can be done in real time so that collaborators can see the changes as they are made. Collaborative editing can be a great way to improve efficiency, as it allows team members to work together on a document without having to wait for others to finish their changes.

Simultaneous editing

The Word Processor component allows multiple users to connect and edit the same document simultaneously using the SignalR connection.

  1. initializeSignalR = (): void => {
  2. // SignalR connection
  3. this.connection = new HubConnectionBuilder().withUrl(this.serviceUrl + 'documenteditorhub', {
  4. skipNegotiation: true,
  5. transport: HttpTransportType.WebSockets
  6. }).withAutomaticReconnect().build();
  7. //Event handler for signalR connection
  8. this.connection.on('dataReceived', this.onDataRecived.bind(this));
  9.  
  10. this.connection.onclose(async () => {
  11. if (this.connection && this.connection.state === HubConnectionState.Disconnected) {
  12. alert('Connection lost. Please relod the browser to continue.');
  13. }
  14. });
  15. }

Struggling to decide on the right product?

Our comprehensive competitor comparison of Angular components will guide you to the perfect choice.

tick-mark Responsive grid structure
tick-mark 873K+ downloads
tick-mark Advanced document formatting
competitive-banner-FT-image

Other supported frameworks

Word Processor is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Word Processor platforms from the links below,

Supported browsers

The Angular Word Processor works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers

90+ ANGULAR UI COMPONENTS

Scroll up icon
Chat with us