Open andreimarcut opened 3 years ago
Failed to compile.
some.component.html:158 - error TS2540: Cannot assign to 'toolbar' because it is a read-only property.
158 <ngx-markdown-editor [toolbar]="toolbar"></ngx-markdown-editor>
some.component.ts:21:16 21 templateUrl: './some.component.html',
Error occurs in the template of component SomeComponent.
Hi. I know it's a late answer.
The only solution I found so far is to remove readonly on the MarkdownEditorComponent properties in nodes modules :
I'm open for better solutions :)
Failed to compile.
some.component.html:158 - error TS2540: Cannot assign to 'toolbar' because it is a read-only property.
158 <ngx-markdown-editor [toolbar]="toolbar"></ngx-markdown-editor>
some.component.ts:21:16 21 templateUrl: './some.component.html',