Example of Template Driven in Angular Rich Text Editor Component

This sample demonstrates the template driven form support of the Rich Text Editor. You can edit the value in the Rich Text Editor, the values goes into the form models.

 The Rich Text Editor will be registered with an NgForm directive with bind [(ngModel)] and name attributes. Then you can confirm that two-way data binding will works.

For more information about Template Driven Forms can be found in this  reference link.