angular-elements-chat-widget icon indicating copy to clipboard operation
angular-elements-chat-widget copied to clipboard

StaticInjectorError

Open nikkithought opened this issue 6 years ago • 1 comments

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)

nikkithought avatar Mar 21 '19 04:03 nikkithought

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

cagv24 avatar Dec 03 '19 19:12 cagv24