a8m/ng-pipes

PICK NOT WORK

boris1690 opened this issue · 0 comments

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.