Skip to content

Commit 019f2e6

Browse files
authored
Replace RibbonService with ToolbarService in Angular component
1 parent e73eba0 commit 019f2e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Word/Word-Processor/angular/track-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ The following example code illustrates how to enable and update custom metadata
114114
```ts
115115
import { Component, OnInit, ViewChild } from '@angular/core';
116116
import {
117-
RibbonService,
117+
ToolbarService,
118118
DocumentEditorContainerComponent,
119119
} from '@syncfusion/ej2-angular-documenteditor';
120120
import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor';
121121
@Component({
122122
selector: 'app-container',
123123
standalone: true,
124124
imports: [DocumentEditorContainerModule],
125-
providers: [RibbonService],
125+
providers: [ToolbarService],
126126
template: `<ejs-documenteditorcontainer #documenteditor_default
127127
serviceUrl="hostUrl"
128128
height="600px"

0 commit comments

Comments
 (0)