Skip to content

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

@joergbaier

Description

@joergbaier

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions