monad98 / ng2-lazy-trumbowyg

Angular 2 Component for lazy loading of Trumbowyg wysiwyg editor
https://plnkr.co/edit/dirpKmLNalUmz0mpdrk7?p=preview
MIT License
12 stars 8 forks source link

optional lazy loading #8

Closed gaboelnuevo closed 7 years ago

gaboelnuevo commented 7 years ago

Disable lazy loading option:

Example:

<trumbowyg lazyLoading="false" >

monad98 commented 7 years ago

Thank you for your contribution to this repo. I don't know whether this feature is necessary. If users set the lazyLoading false, they should include trumbowyg and jquery manually. Then this module seems too excessive for them.