-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
I have multiple problems integrating angular 18 with froala.
- If i try to use [froalaEditor]="options", just the default ones are included. Extra options and events added by me are not included
I need to instantiate froala like this:
ngAfterViewInit() {
// @ts-ignore
this.froalaEditor = new FroalaEditor("#lessonEditor", {
...this.editorOptions
});
- With this implementation the image upload on a server does not work at all. it triggers the event beforeUpload but an error is raised:
The beforeUpload should cancel the operation if I return false, but it seems that this is not working either.
Froala: 4.4.0
Metadata
Metadata
Assignees
Labels
No labels