Add a "digit" filter
Open
Needs-Feedback
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
How about to having a filter to convert number-like-string to digits?
Angular supports "number" filter to format numbers with fraction. Maybe it is good to have a filter for opposite conversion.
```
{{"1,234,567"|digit}} // get 1234567
```
If you like it, I can send you a PR. Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.