var options = {
debug: 'info',
modules: {
toolbar: '#toolbar'
},
placeholder: 'Compose an epic...',
readOnly: true,
theme: 'snow'
};
but in p-editor, options is defined afterViewInited and cannot be modify afterwards.
You might want to look into using ngx-quill, which can take a config object.
Yes, ngx-quill is a solution. I can use it perfectly.
Any updates on this one? I don't want to include another library and apply styles again.
Added all available options to p-editor.
Most helpful comment
Added all available options to p-editor.