Getting navparams value

This should be so easy but i am just mad, because cant get it working when passing multiple objects to another page.

Here are the results:

Trying to get the value of facebookprofilkep but it is undefinied, i can only get the object
kommenteloavatar:this.navParams.get(“facebookprofilkep”),

I believe you’d do:

let image = this.navParams.get("facebookadatok").facebookprofilkep;

At least based on what I understand from your post. (I also assume that facebookprolfilkep is the profile image)

1 Like