angular-froala-wysiwyg icon indicating copy to clipboard operation
angular-froala-wysiwyg copied to clipboard

Plugins/languages not loaded

Open queueseven opened this issue 5 years ago • 1 comments

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?

queueseven avatar Oct 21 '19 09:10 queueseven

@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

romanfedyshyn avatar Jul 23 '20 20:07 romanfedyshyn