rxjs-docs
                                
                                 rxjs-docs copied to clipboard
                                
                                    rxjs-docs copied to clipboard
                            
                            
                            
                        shareReplay is not listed in the docs
Per an issue filed in the rxjs repo - https://github.com/ReactiveX/rxjs/issues/3184
Ben wrote a description in the pr: https://github.com/ReactiveX/rxjs/pull/2443
Also, may I suggest that the description be explicit about the fact that share and shareReplay differ in that shareReplay will never unsubscribe from the source once it is subscribed even if all its subscribers unsubscribe.