Example of Auto Save in Angular Rich Text Editor Component

This sample demonstrates how to auto save the content of the Rich Text Editor.

Properties
Description

The auto-save sample saves the content of the Rich Text Editor every 10 seconds. so when you log back into editor you have the option to continue working with the latest changes.

Injecting Module

The above features built as modules have to be included in your application. For example, to use image and link, inject the specific module using ToolbarService, LinkService, ImageService, HtmlEditorService, QuickToolbarService, PasteCleanupService.