You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/challenges/angular/1-projection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,6 @@ While the application works, the developer experience is far from being optimal.
32
32
## Constraints
33
33
34
34
- 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`.
36
36
-`CardComponent` should not contain any `NgIf` or `NgSwitch`.
37
37
- CSS: try to avoid using `::ng-deep`. Find a better way to handle CSS styling.
0 commit comments