1
0
This repository has been archived on 2026-06-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MSE-PI-E2EEDA-Plein-de-eeee…/ui/src/app/components

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)