-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom input validator function example contains syntax error and is unclear #6585
Comments
Good catch on the extra right parentheses. For the boolean coercion, that example was based on the existing default matcher. It originates from #3560 (comment) |
ty, but why is coercion necessary? does |
Yeah I think in this case it is not actually necessary (maybe just for safety?).
|
A case of |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
the following example, here:
https://material.angular.io/components/input/overview
located under Custom Error Matcher contains one too many right brackets
and on top of that, is unclear:
why not just use:
?
The text was updated successfully, but these errors were encountered: