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
It would be nice to have a validator to check if the control value is included or not in an array, something like [includedIn]="array" or [notIncludedIn]="array". The second one will be useful to check the uniqueness of a value.
If interested I can submit a PR.
The text was updated successfully, but these errors were encountered:
It would be nice to have a validator to check if the control value is included or not in an array, something like [includedIn]="array" or [notIncludedIn]="array". The second one will be useful to check the uniqueness of a value.
If interested I can submit a PR.
The text was updated successfully, but these errors were encountered: