<!--.html file- use '|async' pipe --> <ul class="" scope="row" *ngFor="let aboutus of this.pageData |async " > <li>{{aboutus.key}} {{aboutus.data.details}} </li> </ul>