I'm working with ionic3 and angular4, I'm running a json from a rest api (through the url) without any problem, but I just want to access a specific data of this json. For example, only to position "1".
Home.ts:
To tour it:
<ion-item *ngFor="let post of posts; ">
<h1>{{post.enunciado_pregunta}}</h1>
<br>
</ion-item>