Skip to content

Migrating from v8 to v9

enabled property on the component is renamed to disabled to align more with the Forms API.

Before

<ngx-editor [enabled]="false"></ngx-editor>

After

<ngx-editor [disabled]="true"></ngx-editor>