-
Notifications
You must be signed in to change notification settings - Fork 11
feat: email validator and a string formatter #656
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #656 +/- ##
==========================================
+ Coverage 79.12% 85.23% +6.11%
==========================================
Files 778 779 +1
Lines 16030 16040 +10
Branches 2068 2068
==========================================
+ Hits 12684 13672 +988
+ Misses 3312 2333 -979
- Partials 34 35 +1
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
projects/common/src/utilities/formatters/string/string-formatter.test.ts
Show resolved
Hide resolved
We can also look into https://github.com/ngneat/forms-manager . @arjunlalb Could you please check if it can simplify your use case? |
Description
Validator for email.
String formatter to split a comma separated list into a string array.
Testing
UTs added.
Checklist: