-
Notifications
You must be signed in to change notification settings - Fork 8
Project "services"
Simon edited this page May 27, 2025
·
2 revisions
Whereas Angular components (see Basic component structure) mostly handle presentation and user interaction logic, services are typically used for implementing business logic, data manipulation, and sharing data between components.
The responsibility of each service name should reflect its core responsibility. As an example, the Elastic service handles everything related to elastic search, whereas the Cluster service handles all clustering logic (e.g., for filter options and types, see Clustering filter values and Clustering types).
This project is still in the prototyping phase. If you have any questions, thoughts or feedback, please reach out to Simon Dirks (mail@simondirks.com).
- Rendering components by type
- Rendering components by predicate
- Pre-defined predicate render components