Example of IFrame in Angular Rich Text Editor Component

This sample demonstrates the default rendering of the Rich Text Editor in iframe mode.

Description

The Rich Text Editor is WYSIWYG ("what you see is what you get") editor that is used to create and edit content, and return valid HTML markup. The editor provides a standard toolbar to format content using its commands. The toolbar contains commands to align the text, insert link, insert image, insert list, undo/redo the operation, HTML view, and more.

Injecting Module

Rich Text Editor features are segregated into individual feature-wise modules. In this demo we have used following injectable services ToolbarService, LinkService, ImageService, HtmlEditorService, QuickToolbarService, PasteCleanupService, VideoService, AudioService, EmojiPickerService, TableService into the @NgModule.providers section.