July 2017
Intermediate to advanced
384 pages
8h 23m
English
An editor is a rich text editor (WYSIWYG ) based on the Quill editor. It contains a default toolbar with common options whose controls can be customized using the header element. The latest version of Quill 1.0 is used as a dependency for this. The basic text editor with a default toolbar can be represented as follows:
<p-editor name="basic" [(ngModel)]="basictext" styleClass="editor-dimensions"></p-editor>
The text editor with common options will look as follows:

Read now
Unlock full access