The Most Trusted & Feature-rich WYSIWYG Rich Text Editor | TinyMCE

1<h1>TinyMCE Angular Demo</h1>
2<editor
3  apiKey="no-api-key"
4  [init]="{
5    height: 500,
6    plugins: [
7      'a11ychecker', 'accordion', 'advlist', 'anchor', 'autolink', 'autosave',
8      'charmap', 'code', 'codesample', 'directionality', 'emoticons', 'exportpdf',
9      'exportword', 'fullscreen', 'help', 'image', 'importcss', 'importword',
10      'insertdatetime', 'link', 'lists', 'markdown', 'math', 'media', 'nonbreaking',
11      'pagebreak', 'preview', 'quickbars', 'save', 'searchreplace', 'table',
12      'visualblocks', 'visualchars', 'wordcount'
13    ],
14    toolbar:
15      'undo redo | accordion accordionremove | \
16      importword exportword exportpdf | math | \
17      blocks fontfamily fontsize | bold italic underline strikethrough | \
18      align numlist bullist | link image | table media | \
19      lineheight outdent indent | forecolor backcolor removeformat | \
20      charmap emoticons | code fullscreen preview | save print | \
21      pagebreak anchor codesample | ltr rtl',
22    menubar: 'file edit view insert format tools table help'
23  }"
24  initialValue="Welcome to TinyMCE Angular"
25></editor>
26
27
28
29
30