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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I've been struggling for awhile with getting the typescript compiler to play nice with operators imported like so: import 'rxjs/add/operator/distinct' etc. I've tried importing Rx.Kitchensink and declaring observables via Rx.Observable, and every other suggestion I've come across on the issue trackers with no luck.
I thought maybe it was just a typings issue, but when trying to install rxjs typings, I noticed that the command typings install rxjs-symbol-typings 404s... But honestly I'm not even sure if this is even relevant.