-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update the minimal version of Angular to 13+ to ensure compatibility with Angular 16+ #242
Comments
We would like to help solve your issue but it seems you have missed our template for feature requests and bug reports. Their purpose is to make sure you provide the most sufficient and clear description. In this case, it is very difficult to see where the problem lies and a working example would be very helpful. Without this, we are unable to have a closer look at your problem. Please refer to our guide on how to report issues on the tracker, and open a new issue using the template as this one is being closed now. |
I'm stuck too so please reopen this, you would still have other identical reports:) There's not much to explain to reproduce, it just doesn't work in angular 16 because it's not compiled with Ivy and ngcc support is removed so actually ckeditor4-angular doesn't support angular 16 |
I don't miss the template! using a template for a simple and obvious thing .... only noise . With this reply and closing the issue, without even tackle the issue It seems that there is no will to solve this problem, at least in a near future ... https://github.com/ckeditor/ckeditor5-angular May be ? |
@EduardoCastanho, Using the template is useful to check the reported issue from our side because it contains useful information for us to confirm it on not. In addition, the information may be useful to other community members. I am re-opening this issue. |
Provide detailed reproduction steps (if any)
Expected result
Compilation will proceed correctly
Actual result
There is an error during compilation:
Other details
Since the previous versions of Angular which used
View Engine
to compile the project were replaced by newIvy
architecture, there is no way to run compilation in newer versions of Angular(13+) and we need add support for it.The text was updated successfully, but these errors were encountered: