instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

problem with angular 10 #69

Closed sea-kg closed 4 years ago

sea-kg commented 4 years ago

ERROR in node_modules/ngx-markdown-editor/lib/md-editor.component.d.ts:1:10 - error TS2724: Module '"../../@angular/core/core"' has no exported member 'Renderer'. Did you mean 'Renderer2'?

instance-oom commented 4 years ago

Which version are you using? The Renderer has been replaced by Renderer2 at 96e642d4a11040fa0d3025cec63313fd6e418d3d with version 2.2.0

sea-kg commented 4 years ago

Which version are you using? The Renderer has been replaced by Renderer2 at 96e642d with version 2.2.0

was 1.2.0 after update to latest version problem is gone