concept resubscribe in category rxjs
appears as: resubscribe, A resubscribe, resubscribe

This is an excerpt from Manning's book RxJS in Action.
A resubscribe re-creates the same pipeline and reexecutes the code that produces events. Although the results emitted by the producer will be implementation dependent, if your observable pipeline remains pure, then you can guarantee that all subscribers will receive the same events for the same input produced.