File tree Expand file tree Collapse file tree
Document-Processing/Word/Word-Processor/angular Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ The following example code illustrates how to enable and update custom metadata
114114``` ts
115115import { Component , OnInit , ViewChild } from ' @angular/core' ;
116116import {
117- RibbonService ,
117+ ToolbarService ,
118118 DocumentEditorContainerComponent ,
119119} from ' @syncfusion/ej2-angular-documenteditor' ;
120120import { 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"
You can’t perform that action at this time.
0 commit comments