Answer
Services contain shared or reusable logic that should not be placed inside components.
They are commonly used for HTTP calls, state management, business logic, utilities, and data sharing. Angular services work with Dependency Injection for clean structure and testability.