[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
Just wondering if there are plans to add a limit pipe for collections, so that you can reduce the size of the collection. An example of this would be if you ngFor over a large collection, you could do a limit pipe to reduce the output sized of the items.
If this already exists, please forgive me. I looked through the documentation and couldn't see it.
I'm submitting a ... (check one with "x")
Just wondering if there are plans to add a
limit
pipe for collections, so that you can reduce the size of the collection. An example of this would be if youngFor
over a large collection, you could do a limit pipe to reduce the output sized of the items.If this already exists, please forgive me. I looked through the documentation and couldn't see it.