Skip to content

Commit 64a145d

Browse files
authored
fixations via review
1 parent 23640dc commit 64a145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/challenges/angular/1-projection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ While the application works, the developer experience is far from being optimal.
3232
## Constraints
3333

3434
- You <b>must</b> refactor the `CardComponent` and `ListItemComponent`.
35-
- The `NgFor` directive must be declared and remain inside the `CardComponent`. You might be tempted to move it to the `ListItemComponent` but avoid doing so.
35+
- The `NgFor` directive must be declared and remain inside the `CardComponent`. You might be tempted to move it to the `ParentCardComponent` like `TeacherCardComponent`.
3636
- `CardComponent` should not contain any `NgIf` or `NgSwitch`.
3737
- CSS: try to avoid using `::ng-deep`. Find a better way to handle CSS styling.

0 commit comments

Comments
 (0)