how to pass data back from ion popover code example
Example: ion popover pass data
const popover = await this.popoverController.create({
component: PopoverPage,
// here is the magic
componentProps:{key1:value1, key2: value2}
});
return await popover.present()