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
-`FormBuilderValidators.bic()` - requires the field's to be a valid BIC.
116
-
-`FormBuilderValidators.creditCardCVC()` - requires the field's value to be a valid credit card CVC number.
117
-
-`FormBuilderValidators.creditCardExpirationDate()` - requires the field's value to be a valid credit card expiration date and can check if not expired yet.
118
-
-`FormBuilderValidators.creditCard()` - requires the field's value to be a valid credit card number.
119
-
-`FormBuilderValidators.iban()` - requires the field's to be a valid IBAN.
115
+
-TODO `FormBuilderValidators.bic()` - requires the field's to be a valid BIC.
116
+
-TODO `FormBuilderValidators.creditCardCVC()` - requires the field's value to be a valid credit card CVC number.
117
+
-TODO `FormBuilderValidators.creditCardExpirationDate()` - requires the field's value to be a valid credit card expiration date and can check if not expired yet.
118
+
-`Validators.creditCard()`: Checks if the field contains a valid credit card number.
119
+
-TODO `FormBuilderValidators.iban()` - requires the field's to be a valid IBAN.
-`FormBuilderValidators.email()` - requires the field's value to be a valid email address.
138
-
-`FormBuilderValidators.ip()` - requires the field's value to be a valid IP address.
139
-
-`FormBuilderValidators.latitude()` - requires the field's to be a valid latitude.
140
-
-`FormBuilderValidators.longitude()` - requires the field's to be a valid longitude.
141
-
-`FormBuilderValidators.macAddress()` - requires the field's to be a valid MAC address.
142
-
-`FormBuilderValidators.phoneNumber()` - requires the field's value to be a valid phone number.
143
-
-`FormBuilderValidators.portNumber()` - requires the field's to be a valid port number.
144
-
-`FormBuilderValidators.url()` - requires the field's value to be a valid URL.
136
+
-`Validators.ip()`: Checks if the field contains a properly formatted `Internet Protocol` (IP) address.
137
+
-`Validators.url()`: Checks if the field contains a properly formatted `Uniform Resource Locators` (URL).
138
+
- TODO `FormBuilderValidators.email()` - requires the field's value to be a valid email address.
139
+
- TODO `FormBuilderValidators.latitude()` - requires the field's to be a valid latitude. - `FormBuilderValidators.longitude()` - requires the field's to be a valid longitude.
140
+
- TODO `FormBuilderValidators.macAddress()` - requires the field's to be a valid MAC address.
141
+
- TODO `FormBuilderValidators.phoneNumber()` - requires the field's value to be a valid phone number.
142
+
- TODO `FormBuilderValidators.portNumber()` - requires the field's to be a valid port number.
- TODO `FormBuilderValidators.minWordsCount()` - requires the word count of the field's value to be greater than or equal to the provided minimum count.
177
175
- TODO `FormBuilderValidators.singleLine()` - requires the field's string to be a single line of text.
178
176
177
+
### User Information validators
178
+
179
+
-`Validators.email()`: Checks if the field contains a valid email.
180
+
-`Validators.password()`: Checks if the field contains a valid password. A password may require some
181
+
conditions to be met in order to be considered as valid.
182
+
-`Validators.phoneNumber()`: Checks if the field contains a valid phone number.
183
+
179
184
### Use-case validators
180
185
181
186
-`FormBuilderValidators.base64()` - requires the field's to be a valid base64 string.
0 commit comments