File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ must implement a single method `isErrorState` which takes the `FormControl` for
59
59
well as the parent form and returns a boolean indicating whether errors should be shown. (` true `
60
60
indicating that they should be shown, and ` false ` indicating that they should not.)
61
61
62
- <!-- example(input-error-state-matcher-example ) -->
62
+ <!-- example(input-error-state-matcher) -->
63
63
64
64
A global error state matcher can be specified by setting the ` ErrorStateMatcher ` provider. This
65
65
applies to all inputs. For convenience, ` ShowOnDirtyErrorStateMatcher ` is available in order to
@@ -80,7 +80,7 @@ globally cause input errors to show when the input is dirty and invalid.
80
80
native ` <textarea> ` elements. The min and max size of the textarea can be specified in rows, using
81
81
the ` matAutosizeMinRows ` and ` matAutosizeMaxRows ` properties respectively.
82
82
83
- <!-- example(input-autosize-textarea-example ) -->
83
+ <!-- example(input-autosize-textarea) -->
84
84
85
85
### Accessibility
86
86
You can’t perform that action at this time.
0 commit comments