We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652f628 commit 1365e45Copy full SHA for 1365e45
docs/content/guide/component.ngdoc
@@ -19,8 +19,7 @@ Advantages of Components:
19
20
When not to use Components:
21
22
-- for directives that rely on DOM manipulation, adding event listeners etc, because the compile
23
-and link functions are unavailable
+- for directives that need to perform actions in compile and pre-link functions, because they aren't available
24
- when you need advanced directive definition options like priority, terminal, multi-element
25
- when you want a directive that is triggered by an attribute or CSS class, rather than an element
26
0 commit comments