Skip to content
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

CKEditorComponent - use new angular standards (standalone, zoneless) #426

Open
joergbaier opened this issue Jul 2, 2024 · 1 comment
Open

Comments

@joergbaier
Copy link

joergbaier commented Jul 2, 2024

This is a suggestion to adopt the newer angular patterns, the ones I am aware of are:

Standalone Components
This should be fairly simple.
Minimum Angular version 14
https://blog.angular.dev/angular-v14-is-now-available-391a6db736af

Zoneless
As a first step, I would look into supporting OnPush change detection.
Followed by converting Input/Output/etc to be signal based. (Minimum Angular version 17.2)
Also note that NgZone.run and NgZone.runOutsideAngular are compatible with Zoneless (experimental in 18)

@hennihaus
Copy link

It would be cool to start migrating slowly to signals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants