This example is a ready-to-use Angular client application that contains the DevExpress Rich Text Editor control.
Refer to the following topic for more information: Add RichEdit to an Angular Application.
- To use the Rich Text Editor control in an Angular application, you need to have a Universal, DXperience, or ASP.NET subscription.
- Versions of the DevExpress npm packages should match.
Follow the steps below to run this application on your computer:
-
Open the JS folder in the command prompt and run the following command to install npm packages used in the application:
npm install
-
Execute the following command to compile and run the application:
ng serve --open
(you will be redirected to DevExpress.com to submit your response)