When using the vueJs, we can combine all into one repository, and call it like this.$service1
, this.$service2
But for the angular, if want to call a service, need to initial inside the constructor. If i have multiple, then will need to do many time.
Is that any way that can combine all into one file or js file, then we can call it without initial inside the constructor of each component?