pluck
Last updated
Last updated
pluck(properties: ...args): Observable
New to transformation operators? Check out the article Get started transforming streams with map, pluck, and mapTo!
Example 1: Pluck object property
( StackBlitz | jsBin | jsFiddle )
Example 2: Pluck nested properties
( StackBlitz | jsBin | jsFiddle )
pluck 📰 - Official docs
📁 Source Code: https://github.com/ReactiveX/rxjs/blob/master/src/internal/operators/pluck.ts