How to include summernote editor to angular 2 webpack?

4.4k Views Asked by At

I will use summernote editor to angular 2 webpack? Unfortunately summernote don't have npm so i download js file and css file manually, how to include it in angular 2 webpack? thank you

1

There are 1 best solutions below

1
On BEST ANSWER

Until better way... I have a work around until this is fixed @ github.com/martinsvb/ng2-summernote

My temporary work around is simply using Jquery for now in class component. see demo: https://github.com/nickgoodrow/SummernoteNg2_WorkAround

demo: https://ng2summernote.firebaseapp.com/Demo