What I want to do?
Get data from three rest services and show these data in one view. All domain data relates which each other.
Get data from three rest services and show these data in one view. All domain data relates which each other.
The idea: I would like to have ability to write code like I do this in Java ;). I would like to have ability to create a code with abstract service and provide different implementation for different components.
In Angular framework we can specify “something” which called token and it is possible to use this thing in DI Provider. This ability can be used to configure some shared code with different parameters.