<ion-header [translucent]="true"> <ion-toolbar> <ion-title>{{pet?.get("name")}}</ion-title> </ion-toolbar> </ion-header> <ion-content [fullscreen]="true"> <ion-card> {{pet?.get("type")}} {{pet?.get("price")}} </ion-card> </ion-content>