lula / ngx-summernote

Summernote editor for Angular :sunglasses:
MIT License
102 stars 42 forks source link

Does this work (or can it work) with ng-bootstrap? #38

Open Routhinator opened 5 years ago

Routhinator commented 5 years ago

Hi, wondering if this works with ng-bootstrap as it provides angular directives for bootstrap. I tried loading the summernote-bs4 css/js but it seems as though it only supports vanillar bootstrap. Wondering if ng-summernote has a bridge I'm missing in the docs to support it?

Routhinator commented 5 years ago

Sadly it appears that the bootstrap version of summernote cannot work at all with this. Even bloating my app by including the regular bootstrap.js, popper.js and jquery.js with summernot-bs4.js, it throws an error trying to find jquery.

Screenshot from 2019-05-28 19-29-30

Unfortunate as the #1 reason I wanted summernote was bs4 support.

I'd like to make this a feature request.

Routhinator commented 5 years ago

For the record, it does work fine with jquery, and the -lite files.