Component do not render data

Hi everyone,
I have a problem with my data from API. The data are in response correctly and see them in console. But in Component the are no data rendered. I have logic for get all data in ionViewWillEnter().

First time I build app to device, data are shown - sometimes not.

Do you have an idea what can be wrong?

Thanks a lot

What does your page, data look like ? Is it the firstpage of your app ? Try using ionViewDidEnter instead of ionViewWillEnter.