-
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
Check compatibility with latest Angular (v11) #235
Comments
Blindly estimating as 0.5 in case if changes in docs will be required. |
There are two issues with zone.js (possibly not blocking the upgrade):
|
I've checked and the Zone.js 0.11 breaking changes are described here - https://github.com/angular/angular/tree/master/packages/zone.js#breaking-changes-since-zonejs-v0111. Anyway, could you create an issue in Zone.js for the found regression and link it here? |
So, to finish this task we need to:
Apart from that the code in the PR looks good and is ready to merge 👍 |
Other: Added support for Angular 11. Internal: Updated internal Angular deps to v. 11. Closes #235.
A similar to CKEditor 4 (ckeditor/ckeditor4-angular#148).
The text was updated successfully, but these errors were encountered: