We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622c421 commit 50ecc37Copy full SHA for 50ecc37
docs/content/guide/component.ngdoc
@@ -21,7 +21,7 @@ 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
24
-- when you need advanced directive defintion options like priority, terminal, multi-element
+- 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
27
## Creating and configuring a Component
0 commit comments