Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.37 KB

File metadata and controls

19 lines (11 loc) · 1.37 KB

Getting Started with the Angular Word Processor (Document Editor)

A quick-start project that shows how to create and configure the Syncfusion® Angular Document Editor component. This project contains code to configure a few of the control’s basic features like enabling toolbar, open and save documents.

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.