import { Editor } from 'ngx-editor'; new Editor({ history: true,});
Note: You may need to disable history if you are using collaborative editing
Related links