-
Hi,
I'm using the mydatepicker, and mydaterangepicker.
I try to upgrade my project to latest angular version 11.
I'm get this error:
Package "ngx-monaco-editor" has an incompatible peer dependen…
-
### What happened?
When we create any list in ngx-editor and when I select that list with ctrl+A. We can't able to change the list bullet type.
here is demo for issue
[issue-demo.webm](https://gi…
-
I have the MonacoConfig in an extra file:
```
import { MonacoEditorModule, NgxMonacoEditorConfig } from 'ngx-monaco-editor';
const monacoConfig: NgxMonacoEditorConfig = {
defaultOptions: {scro…
-
The guidance document is missing about how to use jodit in the latest version of Angular(17 and 18). https://github.com/jodit/jodit-angular the Angular wrapper is outdate.
-
I am making use of @materia-ui/ngx-monaco-editor which wraps this library and am having trouble getting the `monaco` global to be recognised during unit test runs with Karma+Jasmine.
Component
…
-
on my html
```
```
on my ts
```
import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';
import { NgxEditorModel } from 'ngx-monaco-editor';
@Component({…
-
Any plans to support Angular 5? Thanks!
-=-=
npm WARN @qontu/ngx-inline-editor@0.2.0-alpha.12 requires a peer of @angular/common@^4.0.0 but none is installed. You must install peer dependencies …
-
File Name: `ngx-photo-editor/photo-editor.css`
In line 1 casing issue `@import "~cropperjs/dist/cropper.css";`
It's working now as `@import "../cropperjs/dist/cropper.css";`
in Angular 17
Please…
-
### What happened?
In my application it's required to have ShadowDom in the encapsulation.
In that case the small modal that opens to configure the url it doesn't appear and the same scenario appli…
-
Why is the height of css class `.editor-container` set to 98% and not to 100%?
To look up in `ngx-monaco-editor/projects/editor/src/lib/editor.component.ts`
I need 100%. So I must use `::ng-deep…