Components
Angular components for the user interface.
Structure
- room-map/ : Interactive 2D SVG map displaying rooms
- room-details-panel/ : Side panel with detailed room information
- header/ : Application header (title, navigation)
- legend/ : CO2 color legend
- footer/ : Footer (optional)
Conventions
- All components are standalone
- Change detection: OnPush by default
- Naming: kebab-case (e.g.,
room-map)