Fandom-OSS / quill-blot-formatter

A module for Quill that allows editor elements to be resized, repositioned, etc.
Apache License 2.0
135 stars 50 forks source link

Inject Angular service or HTTP Client into Quill blot formatters #44

Open Gourishmesta opened 9 months ago

Gourishmesta commented 9 months ago

Hi there

Is there a way I can inject a service or HTTP Client into Quill Blot formatter?

I want this to call a function implemented in Service component on a button click from the Editor content.

Thank You