Hello,
if I am only interested in only one element. How can I subscribe to it property ?
Jianbin
use the take(1) operator.
take(1)
Most helpful comment
use the
take(1)operator.