I'm trying to register dependencies from a feature loaded module and I can't figure out how to use these dependencies from other modules. I don't think that it's not possible at all since all the information exists on the client.
I've created a stackblitz to reproduce: Stackblitz implementation
Clicking on count shows the amount of registered dependencies of type EXCEPTION_FORMATTER. Clicking on "Orders" loads a feature module with a dependency. Clicking count again still only findes one dependency.