I made a small example here https://plnkr.co/edit/ER3t3jLJAhN2myR9FIXY
The hierarchy of modules doesn't work because the service imported through a module in a child module is lost when bootstraping the parent module. So there is not possibility to inherit services from submodules correctly.
I made a small example here https://plnkr.co/edit/ER3t3jLJAhN2myR9FIXY
The hierarchy of modules doesn't work because the service imported through a module in a child module is lost when bootstraping the parent module. So there is not possibility to inherit services from submodules correctly.