-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t/1: Implemented the first version of the CKEditor 5 component for Angular 2+ #2
Conversation
I've tested a little bit that package alone and as a dependency. Here are my observations:
|
With the |
The upgrade to v6 shouldn't be hard, but the version is pretty new (~2 weeks) and I remember how we ended up upgrading webpack to v4. We don't have requests for the newest versions and that package works as a bridge between env that use Angular@6 and CKE5 components, so I don't find upgrading necessary. Ref: https://blog.angular.io/version-6-of-angular-now-available-cc56b0efa7a4 |
... i removed the other translations from my custom build (comment out 'additionalLanguages: 'all'') and it's correct for the current language |
When |
That's because three builds are loaded at the same time. We need to leave only one. Especially now, after merging https://github.com/ckeditor/ckeditor5-utils/pull/249/files#diff-53f341fba063aab14909aa1e9b908df1. |
The good thing is that the error logged by that code will make it clear what happened :) |
I've updated the code, so the current implementation works well in the What works?
What doesn't work?
What needs to be improved and considered?
|
Noooooo... IMHO adding angular to the CKE5 would be overkill. |
I'll keep that branch for a while, as users might still use the old branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'pok'
ok
Feature: Implemented the first version of the CKEditor 5 component for Angular 2+. Closes #1.