docs(forms): added missing backtick (#24451)
Fixed trivial markdown problem with a missing backtick. PR Close #24451
This commit is contained in:
parent
b7823e7087
commit
81a9db2b0a
@ -242,9 +242,8 @@ export const MAX_LENGTH_VALIDATOR: any = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A directive which installs the `MaxLengthValidator` for any `formControlName,
|
* A directive which installs the `MaxLengthValidator` for any `formControlName`,
|
||||||
* `formControl`,
|
* `formControl`, or control with `ngModel` that also has a `maxlength` attribute.
|
||||||
* or control with `ngModel` that also has a `maxlength` attribute.
|
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user