Shemi

Results 3 comments of Shemi

I found only one way to implement text dynamically to kolkov/angular-editor package. in the html file: `` in the ts file: ``` addTextDynamically() { let cursor = this.editor.editorService.savedSelection.startOffset; this.editor.editorService.savedSelection.startContainer.data =...

Hey, I was looking for a solution myself, I did some digging in the package and found an answer that would work. 1. First you make a custom button for...

Hey, I kinda hacked a solution. 1. In AfterViewInit, once I had the editor tag, I picked all inputs with the type color. 2. The first one should be the...