Ryan McGinty
Ryan McGinty
I also ran into the same issue as @sheshnathverma. Both the FroalaEditorModule and FroalaViewModule need the generics added. In addition the FroalaEditorDirective imports Renderer which obviously no longer exists in...
@steve-tapley it does not work when IVY is enabled, it only works with angular 9 when IVY is disabled (which is non-default). The three issues mentioned above prevent it from...
@steve-tapley, v2.9.8 does not compile in our app. The bugs are still in the master branch: 1. https://github.com/froala/angular-froala-wysiwyg/blob/84d39464509de08c403dfb2a047137b936da355c/src/editor/editor.module.ts#L11 as you can see this will throw a type error because `public...
@steve-tapley you may also want to check with: `import { ɵivyEnabled as ivyEnabled } from '@angular/core';` Many custom webpack configurations seem like ivy is enabled, but this "ivyEnabled" flag ends...
@steve-tapley I have created a pull request with the pertinent changes: https://github.com/froala/angular-froala-wysiwyg/pull/400 It is very possible that since we and others here are using custom webpack configurations that these issues...
It would be great to get the fixes in so we can remove our hacks and get this working with Angular 9. Is there anything I can do to help...
Sorry for not circling back on this sooner, but I just removed my hack and installed v3.2.3 which has my pull request I believe. All is working fine and this...
Is there any way to disable the fixer for consistent-type-imports in the meantime? The fixer just ends up causing hundreds of new issues when used in conjunction with import/no-duplicates.
I have this issue without git LFS being installed on our repo. Anyone have a workaround?
+1, this would be very useful for a typeahead where the user can create a new "item" to be in the list. ie... if text typed is not in the...