Example of undefined in Angular Rich Text Editor Component

This sample demonstrates the option to insert the image into the RichTextEditor content using FileManager. Click the open folder button from the toolbar item to insert the image.

Description

The FileManager feature provides an option to insert the image into the editor and its supports various cloud service. It supports all the basic file operations such as create, rename, delete, cut, copy, paste, upload, download and so on.

Injecting Module:

RichTextEditor features are segregated into individual feature-wise modules. To use FileManager tool, we need to inject FileManagerService into the @NgModule.providers section.

Note: File Manager’s upload functionality is restricted in online demo.