Editor not working with Angular version 9
See original GitHub issueEditor not working with Angular version 9
I’m using the latest version of this library: “@kolkov/angular-editor”: “^1.1.2”,
Anything I cant do?
My usage:
<angular-editor formControlName="description" [config]="editorConfig"></angular-editor>
public editorConfig: AngularEditorConfig = {
editable: true,
spellcheck: true,
height: '10rem',
minHeight: '10rem',
placeholder: 'Description*',
translate: 'no'
};
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:14 (5 by maintainers)
Top Results From Across the Web
ViewChild not working after upgrading to Angular 9
My problem was that none of the solutions worked; in fact, neither ViewChild nor ViewChildren worked in ANGULAR 9.
Read more >Kendo Angular Editor Problem
Hi i have a problem about kendo angular editor. I used editor for dynamic html bind. But these htmls using bootstrap. For example...
Read more >@kolkov/angular-editor - npm
A simple native WYSIWYG editor for Angular 8+, 13+. Rich Text editor component for Angular.. Latest version: 3.0.0-beta.0, last published: 5 ...
Read more >Angular TypeScript Tutorial in Visual Studio Code
Angular TypeScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
Read more >Server-side rendering (SSR) with Angular Universal
The following Node.js Express code routes all remaining requests to /dist , and returns a 404 - NOT FOUND error if the file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kolkov I’m using Angular: “@angular/core”: “~9.1.1”,
This is my package json:
Hi kolkov, I am facing issue with unordered and ordered list, when I click on the icons cursor is moving but can’t able to see number or bullet points. I am using angular 8