angular-editor
angular-editor copied to clipboard
memory performance issue after hidding buttons
If we hide buttons they are still visible in DOM. And also that div should not be rendered.
This is performance issue because we don't want that buttons in DOM.

Angular 14