Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.47 KB

Projection

Author: Thomas Laforge

Statement

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 and stay inside CardComponent
  • No NgIf or NgSwitch inside CardComponent
  • CSS: prefer not to use ::ng-deep, find a better way

Submitting your work

  1. Fork the project
  2. clone it
  3. npm ci
  4. nx serve projection
  5. ...work on it
  6. Commit your work
  7. Submit a PR with a title beginning with Answer:1 that I will review and other dev can review.

Projection solution Projection solution author Projection blog article

You can ask any question on twitter