You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to hovers in vscode only including the type information, rather than the documentation additionally.
RxJS version: 5.5.2
Expected behavior: Documentation for operators in the respective .d.ts files.
Actual behavior: Most operators do not have documentation.
Additional information: I am importing operators like this import { switchMap } from 'rxjs/operators/switchMap'. I've noticed missing documentation on fromEvent, pipe, filter, subscribe, distinctUntilChanged, switchMap.
The text was updated successfully, but these errors were encountered:
This leads to hovers in vscode only including the type information, rather than the documentation additionally.
RxJS version: 5.5.2
Expected behavior: Documentation for operators in the respective
.d.ts
files.Actual behavior: Most operators do not have documentation.
Additional information: I am importing operators like this
import { switchMap } from 'rxjs/operators/switchMap'
. I've noticed missing documentation onfromEvent
,pipe
,filter
,subscribe
,distinctUntilChanged
,switchMap
.The text was updated successfully, but these errors were encountered: