beeman / angular-elements-chat-widget

💬 Chat Widget built with Angular Elements
https://angular-elements-chat-widget.now.sh/
MIT License
129 stars 36 forks source link

StaticInjectorError #5

Open nikkithought opened 5 years ago

nikkithought commented 5 years ago

chat-widget.js:3 ERROR Error: StaticInjectorError(e)[e -> e]: StaticInjectorError(Platform: core)[e -> e]: NullInjectorError: No provider for e! at e.get (chat-widget.js:3) at chat-widget.js:3 at e (chat-widget.js:3) at e.get (chat-widget.js:3) at chat-widget.js:3 at e (chat-widget.js:3) at e.get (chat-widget.js:3) at so (chat-widget.js:3) at e.get (chat-widget.js:3) at Go (chat-widget.js:3)

cagv24 commented 4 years ago

If you are using, for instance, HttpClientModule on a service, be sure you imported this module on the chat.module.ts.