You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I have multiple problems integrating angular 18 with froala.
I need to instantiate froala like this:
ngAfterViewInit() {
// @ts-ignore
this.froalaEditor = new FroalaEditor("#lessonEditor", {
...this.editorOptions
});
The beforeUpload should cancel the operation if I return false, but it seems that this is not working either.
Froala: 4.4.0
The text was updated successfully, but these errors were encountered: