Skip to content
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

New Custom pipes #1

Open
KostyaDanovsky opened this issue Jun 25, 2019 · 1 comment
Open

New Custom pipes #1

KostyaDanovsky opened this issue Jun 25, 2019 · 1 comment

Comments

@KostyaDanovsky
Copy link

I think it will be great if this library can have additional pipes like isEmpty, any.

In your example $items | length | not | async it's kind a hard to understand what do you mean there, it will be much easier to understand $items | isEmpty | async

@neversaid
Copy link

I have added a new custom pipe (isEmpty) for that and created a PR #3 .
It checks Arrays and Strings for "empty".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants