-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR RuntimeError: NG0200: Circular dependency in DI detected for MqttService. #207
Comments
I am having this same issue. Any help will be appreciated. ` export const MQTT_SERVICE_OPTIONS: IMqttServiceOptions = { In component if I just put the import in the constructor I get the error in my chrome console. Angular complies at command line level though.
Error:
|
I'm submitting a...
Current behavior
Mqtt is working fine in normal angular application but after adding angular universal for meta purpose. I got this error circular dependency.
Expected behavior
Minimal working example of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: