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/3-directive-enhancement.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ This exercice can feel obsolete with the new control flow and the empty block in
15
15
16
16
## Information
17
17
18
-
Directive is a very powerful tool only offered by the Angular framework. You can apply the DRY principal by having shared logic inside a directive and applying it to any component you want.
18
+
Directive is a very powerful tool only offered by the Angular framework. You can apply the DRY principle by having shared logic inside a directive and applying it to any component you want.
19
19
20
20
But the real power is that you can enhance an already existing directive which moreover doesn't **belong** to you.
21
21
22
22
## Statement
23
23
24
24
In this exercice, we have a want to display a list of persons. If the list is empty, you must display _" the list is empty !! "_.
0 commit comments