You need to disable sanitisation by setting the option sanitize to false in your config object in app.component.ts
config: AngularEditorConfig = {
....
sanitize: false,
....
};
}
check the library documentation here https://www.npmjs.com/package/@kolkov/angular-editor
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…