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.
@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
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. Thefroala-editor/js/languages/de.js
file is being loaded via theangular.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 viaangular.json
file; it worked fine in version 2, but no longer works in version 3.Any advice?