I think of services as of a file or files with those functionalities that are useful and commun to many components. So ultimately making those functionalities central and thus using in all those components.
What is special about these services that they have to be injected while I could create an object literal with the functionalities and just import them within components?
I can still call those functionalities using the object I imported?