Urigo / meteor-rxjs

Exposing Mongo Cursor as RxJS Observable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with Angular2 app inside an iframe

Raichel-zz opened this issue · comments

Following the example in "Usage in Angular 2" section, when the app is running inside an iframe. The response of the subscribed collection records arrives to the client, but the observable map (or zone) function is not being called. is there any limitation on working inside an iframe?