-
Hi
I have installed npm i ngx-tui-image-editor and also npm install --no-save --no-optional fabric@~1.6.7 as suggested in document.
imported
import { ToastUiImageEditorModule } from 'ngx-tui-imag…
-
When using the `ngx-monaco-diff-editor` component, input changes for `original` are not detected properly.
https://github.com/materiahq/ngx-monaco-editor/blob/952a8658b9ea4d14954a54d9b02af4c955e775…
-
The Break blot for empty newlines is rendered as `` in the editor, which correctly shows multiple sequential newlines, but this becomes `` when converted to HTML with `getSemanticHTML()`. This causes …
-
Installing in a brand new Angular 9.0.6 project gives these warnings:
`npm install --save ngx-tui-editor`
```
npm WARN ngx-tui-editor@0.3.4 requires a peer of @angular/core@^6.0.0 but none is i…
-
When using the diff editor and updating originalModel and modifiedModel editor view doesn't update, i think the issue is that the model only created when editor init for the first time, instead it sho…
-
I'm on Angular 10 and used the latest version deployed on npm `10.0.0-beta.1`. I'm just trying to setup a very basic example. Getting the following error. Am I missing something?
```ERROR Error: U…
-
We use `ng-joyride` in the exploration editor, in the editor tab and the translation tab. The replacement should be quite straight forward, just mimic the tutorials that we have with the ones implemen…
-
### What happened?
I can't find any config variable to limit character count
### Version
17.0.2
### Angular Version
17.2.2
### What browsers are you seeing the problem on?
Chrome
…
-
Trying to get ngx-inline-editor to work and I'm getting the error message above in the F12 screen.
My import in app.module looks like
import {InlineEditorModule} from '@qontu/ng…
-
I'm trying to set the focus to the monaco editor on page load, and whenever its container tab (using it inside a mat-tab-group) is selected: is it possible? I've tried to add the `autofocus` attribute…