PICK NOT WORK
boris1690 opened this issue · 0 comments
boris1690 commented
Hi I am using PICK PIPE but not work have the following code:
this.collection = [{id:1,name:"Juan"},{id:2,name:"Luis"}];
let promSele = new PickPipe().transform(this.collection, "id>0");
console.log(promSele);
// print []
And this code print an array empty.