But the question remains. I have same issue, when I do exactly like in tutorial it works, in my case it’s not. I have checked in both cases it receives a Cursor.
I dig further, but maybe there is a quick answer from guru?
angular2-meteor is a fast moving target. A lot has been done to make it as simple to use as blaze was. I think recently @Urigo added component MeteorReactive and some service providers METEOR_PROVIDERS that helps make ngFor work smoothly with Mongo Cursors.
Also check this example repo to know, how METEOR_PROVIDERS are injected into app module and how MeteorReactive to extend to define components with reactive attributes. Both of these do the magic of making ngFor work with Mongo Cursors.