Urigo / meteor-rxjs

Exposing Mongo Cursor as RxJS Observable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing typings on Subscription

dohomi opened this issue · comments

Hey Guys,
I'm getting:
Property 'added' is missing in type 'Subscription'
Property 'unsubscribe' does not exist on type 'Subscription'
notifications in my console. Is there anything missing in my typing? I added
/// <reference types="meteor-typings" />
Thanks Dominic

Sorry forget this issue... I forgot the import statement of import { Subscription } from 'rxjs/Subscription';. All works as expected!