ngx-tiptap-editor
v0.4.0
Published
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ -->
<tip-editor (jsonChange)="save($event)" [content]="editorContent"
[extensions]="extensions" [angularExtensions]="angularExtension">
<!-- Editor Header: Pass the controls you want to display in the body -->
<tip-editor-header>
<tip-format-control>
<!-- Pass your custom icons and replace the default ones -->
</tip-format-control>
<tip-control-text-align></tip-control-text-align>
<tip-control-underline></tip-control-underline>
<tip-control-italic></tip-control-italic>
<tip-control-bold></tip-control-bold>
</tip-editor-header>
<!-- The body of the editor (used for displaying the actual writing panel -->
<tip-editor-body></tip-editor-body>
</tip-editor>
Documentation
See here
