error display in *ngfor json array object
when fetching json array object from rest api and trying to display in ngfor failed with the reason error EXCEPTION: Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding to Iterables such as Arrays. in [indexes in HomeComponent@5:37] Code import {Component} from 'angular2/core'; import {HomeService} from './home.services'; import {Index} from './index'; @Component({ selector: 'home-app', providers: [HomeService], template: ` <section class="left_side"> <article> <div class="div_home"> <div class="div_homeIndxPartition"> <div class="div