-
Hello,
We use Quill in our application
```
"quill": "^1.3.7",
"quill-delta": "^5.0.0",
"quill-mention": "^3.1.0",
"ngx-quill": "^21.0.0",
```
but we have a problem when a user comes to cop…
-
The editor's draft of tracecontext [includes a `traceresponse` header](https://w3c.github.io/trace-context/#traceresponse-header), which can be used for [load balancer deferred sampling](https://w3c.g…
-
The Editor is working fine in Web.
But running it in Electron the Editor is not loading and I get the error:
`window.require.config is not a function`
It is from here:
```javascript
var onG…
-
Is this library supported for Angular 14?
If so, can we fix the `peerDependencies` on npm install?
-
*labelHidden* editor style is not applied on Android... label is still visible
```
```
other styles, such as *labelPostion* are applied correctly.
```
"@angular/…
-
### Description
In the Neogit status it shows files name like:
```
Modified s -> Gateway/Gateway.NextClient/src/app/app-route-strategy.t
```
Instead of (this is from the CLI):
```
modifie…
-
I follow the instructions to get it working on Ionic 4 but with no success:
```
import { ToastUiImageEditorModule } from "toast-ui-image-editor";
```
> Failed to compile.
>
> ./src/app/app.…
-
Hello,
Tell me please, how to make an optimized build?
I am doing a build using
`ng build --prod --aot --build-optimizer=true`
but i still have `/assets/monaco-editor/min/vs/editor/editor.…
-
i'm following the documentation on a capacitor app
https://ionicframework.com/docs/native/admob
but this error made me stop:
```
Error: src/app/tab1/tab1.page.ts:13:20 - error TS2749: 'Admob' re…
-
I use ngx-quill-upload will quill editor to upload user posts. I can successfully upload the image to the server, however, when I persist the htmlstring to database, the htmlstring still contains the …