surmon-china/ngx-quill-editor

Update dependencies

jemstamps opened this issue · 0 comments

Hi,
I think you should update package.json to depend on @types/quill set to version 1.3.3 (like in ng-quill) instead of ^0.0.31, otherwise it's not possible to, for instance, set default block wrapping like follows:

// Quill configuration: use SPANs instead of Paragraphs (skips line)
var Block = Quill.import('blots/block');
Block.tagName = 'SPAN';
Quill.register(Block, true);