вопрос мутный, но если я правильно понял, то вот копипаста из описания share
(alias) share<number>(): MonoTypeOperatorFunction<number>
Returns a new Observable that multicasts (shares) the original Observable. As long as there is at least one Subscriber this Observable will be subscribed and emitting data.