/richedit-angular-app

DevExpress, Angular, RichEdit

Primary LanguageTypeScriptOtherNOASSERTION

RichEdit Angular Application

This example is a ready-to-use client Angular application with the DevExpress RichEdit component.

Requirements

  • To use the RichEdit control in an Angular application, you need to have a Universal, DXperience, or ASP.NET subscription.
  • Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).

Quick Start

  1. Open the JS folder. In the command prompt, download and install npm packages that are used in the application:
npm install
  1. In the same folder, run the following command to compile and run the application:
ng serve --open

Documentation

More Examples