Example of Ajax Content in Angular Rich Text Editor Component

This sample demonstrates how to load content to the editor from an external source using Ajax library.

Description

The Rich Text Editor allows you to load content from an external source. The sample content is loaded from “Ajax_content.html” file using Fetch library, and when the event is successful the content is loaded into the editor using value property

Injecting Module

Rich Text Editor features are segregated into individual feature-wise modules. To use above feature we need to inject following services ToolbarService, LinkService, ImageService, QuickToolbarService, PasteCleanupService into the @NgModule.providers section.