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
5959well as the parent form and returns a boolean indicating whether errors should be shown. (` true `
6060indicating that they should be shown, and ` false ` indicating that they should not.)
6161
62- <!-- example(input-error-state-matcher-example ) -->
62+ <!-- example(input-error-state-matcher) -->
6363
6464A global error state matcher can be specified by setting the ` ErrorStateMatcher ` provider. This
6565applies 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.
8080native ` <textarea> ` elements. The min and max size of the textarea can be specified in rows, using
8181the ` matAutosizeMinRows ` and ` matAutosizeMaxRows ` properties respectively.
8282
83- <!-- example(input-autosize-textarea-example ) -->
83+ <!-- example(input-autosize-textarea) -->
8484
8585### Accessibility
8686
You can’t perform that action at this time.
0 commit comments