A service module is a feature, workflow, or integration folder. It is useful when the code does not start from a document model, but still needs server logic, typed APIs, client state, and sometimes UI.
Service module folders usually start with an underscore. The files inside drop that underscore: `_search` owns `search.service.ts`, `search.signal.ts`, `search.store.ts`, and `Search.Zone.tsx`.