First exercice of a serie of Angular exercice. The goal is to improve our angular skills all together.
######You will have to
- Refactor this working exemple of a dasboard containing multiple cards (teachers, students)
- Implement the City card.
######Constraints:
- You must keep CardComponent and ListItemComponent
- NgFor directive must be declare inside CardComponent
- No NgIf or NgSwitch inside CardComponent
- CSS: prefer not to use ::ng-deep, find a better way
- Fork the project
- Work On it
- Submit a PR