pluck
Projects each element of an observable sequence into a new form by incorporating the element's index.
Arguments
property
(String
): The property to pluck.
Returns
(Observable
): Returns a new Observable sequence of property values.
Example
Last updated
Was this helpful?