Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.26 KB

File metadata and controls

14 lines (9 loc) · 1.26 KB

How to open and save documents from AWS S3 using custom toolbar items in Angular Word Processor.

A quick-start project that shows how to open and save documents from AWS S3 using custom toolbar items in Angular Word Processor.

Refer to the following getting started documentation for the Syncfusion Angular Document Editor component:  https://ej2.syncfusion.com/angular/documentation/document-editor/getting-started

Check out this online example for the Angular Document Editor component:  https://ej2.syncfusion.com/angular/demos/#/material3/document-editor/default

Download the Syncfusion Angular Document Editor controller using the below GitHub link, https://github.com/SyncfusionExamples/EJ2-Document-Editor-Web-Services/blob/master/ASP.NET%20Core/src/Controllers/DocumentEditorController.cs

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code on your machine before starting to work on this project.

How to run this application? To run this application, you need to clone the Getting-started-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.