Observable with Angular 4 , NgFor only supports binding to Iterables such as arrays
问题 Yes, I see that other people get this error , I just don't quite get how to fix it in my code private _url = 'https://min-api.cryptocompare.com/data/pricemulti?fsyms=BTC,ETH,LTC,EOS,DASH&tsyms=USD' If I didn't have the return it does not crash with the error , but I do want to return the data. I have a component that calls up this method ( in this service ts file ) Subscriber: getAllCoins() { var blah = []; return this.getCoins().subscribe( data => { blah = data; //console.log('subscriber