RxJs Pluck | How to use RxJs Pluck | What is RxJs Pluck | RxJs Pluck Demo

Опубликовано: 02 Октябрь 2024
на канале: Small Batch Devs
405
20

In this episode, we quickly cover how to use RxJs Pluck. We also show you how it works with several different RxJs pluck demos. RxJs pluck, allows you to turn an observable of an object into an observable of a property from that object! It's really helpful in streamlining the data flowing through your observable pipe.

Check out our website for more great tutorials and content!
https://smallbatchdevs.com

KEEP UP with @smallbatchdevs on SOCIAL MEDIA!
Twitter:   / smallbatchdevs  
Instagram:   / smallbatchdevs  
Facebook:   / small-batch-devs-112906707036301  
Twitch:   / smallbatchdevs  

Check out all our Github Repositories for these episodes:
https://github.com/smallbatchdevs

00:00 Intro
00:34 What is the RxJs Pluck Operator?
01:02 RxJs Import & Code Setup
01:27 RxJs Pluck a Single Property
01:55 RxJs Pluck an Object
02:15 RxJs Pluck a Nested Property
03:57 Outro

#rxjs #javascript #angular