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
Since we developed the integration with latest Angular version, it's not clear which older versions are supported. The assumption was it should be Angular 2+, however it was never checked.
Reason is that elementRef isn't a generic type before Angular 6. However this change doesn't seem to break anything in newer versions. I'll provide PR.
Angular 4
Angular 4 has incompatible package meta-data format, so it won't work without separate package.
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
Since we developed the integration with latest Angular version, it's not clear which older versions are supported. The assumption was it should be Angular 2+, however it was never checked.
The compatibility with older versions should be checked and short section added to readme file (could be similar to what CKE5 have - https://github.com/ckeditor/ckeditor5-angular#supported-angular-versions).
The text was updated successfully, but these errors were encountered: