froala / angular-froala-wysiwyg

Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
733 stars 201 forks source link

Plugins/languages not loaded #348

Open queueseven opened 5 years ago

queueseven commented 5 years ago

We wanted to update the froala editor from version 2 to version 3, but so far almost nothing works.

For example:

language: 'de' no longer changes the languages. The froala-editor/js/languages/de.js file is being loaded via the angular.json file; it worked fine in version 2, but no longer works in version 3.

pluginsEnabled: ['fullscreen'] no longer loads the fullscreen plugin. The js and css files are also loaded via angular.json file; it worked fine in version 2, but no longer works in version 3.

Any advice?

romanfedyshyn commented 4 years ago

@queueseven as I know in v3 you need import froala files in app.module but in my case, it's work only in development mode, when I start my app ng serve --prod --configuration=env it's won't to work