Author: Thomas Laforge
Refactor this working exemple of a dasboard containing multiple cards (teachers, students, ...) Implement the City card.
- You must keep CardComponent and ListItemComponent
- NgFor directive must be declare and stay inside CardComponent
- No NgIf or NgSwitch inside CardComponent
- CSS: prefer not to use ::ng-deep, find a better way
- Fork the project
- clone it
- npm ci
- nx serve projection
- ...work on it
- Commit your work
- Submit a PR with a title beginning with Answer:1 that I will review and other dev can review.