Hello,
we created a new Project based on this angular-microapp example. We have an issue where we have a SpinnerService in the parent application which we also want to inject in the child-projects. If we do so, there is a new instance of this service injected. I think the problem is, that the projects don't share the same Injector. Do someone have an idea how to solve this problem?