
Can anyone tell me what Observable<{}[]> here means?

Can anyone tell me what Observable<{}[]> here means?
So this doesn't show up as an unanswered question anymore, I'll post martin's answer here:
{}[]stands for an array of empty objects. In other words the Observable emits arrays of empty objects. stackoverflow.com/questions/36967176/what-is-type