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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/guide/directive.ngdoc
+1-2
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ mirrors the process of compiling source code in
43
43
Before we can write a directive, we need to know how Angular's {@link guide/compiler HTML compiler}
44
44
determines when to use a given directive.
45
45
46
-
Similar to the terminology used when an [element **matches** a selector]
47
-
(https://developer.mozilla.org/en-US/docs/Web/API/Element.matches), we say an element **matches** a
46
+
Similar to the terminology used when an [element **matches** a selector](https://developer.mozilla.org/en-US/docs/Web/API/Element.matches), we say an element **matches** a
48
47
directive when the directive is part of its declaration.
49
48
50
49
In the following example, we say that the `<input>` element **matches** the `ngModel` directive
0 commit comments