Merge pull request #239 from dmmishchenko/patch-1

Fix: update 1-projection.md description
This commit is contained in:
Laforge Thomas
2023-10-30 09:52:30 +01:00
committed by GitHub

View File

@@ -32,6 +32,6 @@ While the application works, the developer experience is far from being optimal.
## Constraints
- You <b>must</b> refactor the `CardComponent` and `ListItemComponent`.
- The `NgFor` directive must be declared and remain inside the `CardComponent`. You might be tempted to move it to the `CardComponent` but avoid doing so.
- The `NgFor` directive must be declared and remain inside the `CardComponent`. You might be tempted to move it to the `ParentCardComponent` like `TeacherCardComponent`.
- `CardComponent` should not contain any `NgIf` or `NgSwitch`.
- CSS: try to avoid using `::ng-deep`. Find a better way to handle CSS styling.