Description
Implement a global configuration provider in Angular to enable the centralized configuration of primitives.
Criteria
- Components should consume the provider and allow fallback to local configurations.
- Ensure sensible default configurations are applied if no global or local values are provided.
- Enable developers to override configurations on a per-component basis.
Documentation
- Include examples in the documentation showing:
- How to set up the global provider.
- How components inherit configurations.
- Overriding configurations locally.
Description
Implement a global configuration provider in Angular to enable the centralized configuration of primitives.
Criteria
Documentation