const popover = await this.popoverController.create({ component: PopoverPage, // here is the magic componentProps:{key1:value1, key2: value2} }); return await popover.present()