@ondrejsevcik wrote:
Hi, I’m curious how Ember handles circular dependencies between services.
Simple example:
- Service A requires service B
- Service B requires service A
(with “requires”, I mean “is injected”)
When my component uses service A, will it work as expected? When my tests mock some of the services, will it work as well?
Thank you
Posts: 1
Participants: 1