ckeditor5
ckeditor5 copied to clipboard
UsersIntegration Plugin Service Injection
📝 Ask a question
I'm working with the CKEditor Angular integration, specifically building out the UsersIntegration plugin, and I was wondering what the recommended method of injecting an angular service into the plugin would be. We have a userdb service already built in our ng application and I would love to reuse this in the plugin to fetch user information.