ValidatorFn is missing #127
-
In the previous version const notDefaultName = (): ValidatorFn<string, unknown> =>
control => control.value?.trim() !== DetailSubSpaceComponent.defaultName but in the new version it's not exported any longer. Was that on purpose? |
Beta Was this translation helpful? Give feedback.
Answered by
NetanelBasal
Feb 1, 2022
Replies: 2 comments
-
Can anyone provide help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@grosch @grosch-intl due to its complexity, we removed the support for typed validators. Import it from Angular. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grosch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@grosch @grosch-intl due to its complexity, we removed the support for typed validators. Import it from Angular.