New pipe: without which excluds specific values from arrays.
{{ [1,2,3,4,5] | without:[2,4] }} → [1,3,5]
{{ orders | without:['cancelled']:'meta.status' }}→ nested keys work
npm i ngx-transforms
github.com/mofirojean/ngx…
#Angular #TypeScript #OpenSource #WebDev
3



