Closed jeremythuff closed 3 years ago
This should wrap the tiny mce library:
https://www.tiny.cloud/docs-4x/integrations/angular2/
This should allow for the customization of the editor through @Input properties.
@Input
Here is an example of the tiny mce editor in angular:
https://tinymce.github.io/tinymce-angular/?path=/story/editor--iframe-editor
We could use a config json object for wholesale customization.
This should wrap the tiny mce library:
https://www.tiny.cloud/docs-4x/integrations/angular2/
This should allow for the customization of the editor through
@Input
properties.Here is an example of the tiny mce editor in angular:
https://tinymce.github.io/tinymce-angular/?path=/story/editor--iframe-editor
We could use a config json object for wholesale customization.