Is it recommended to set up an entire module that contains all the app service classes in Angular 2, or would it be better to create a service class within each feature module?
In the latter case, can those services be shared across the whole app if they're declared as a Provider within that feature module?