enabled property on the component is renamed to disabled to align more with the Forms API.
enabled
disabled
Before
<ngx-editor [enabled]="false"></ngx-editor>
After
<ngx-editor [disabled]="true"></ngx-editor>