Hi,
I have page that opens a modal by using modal controller ionic 5.
The modal gets an array of strings as component props and in the modal component I have the @Input() data;
How can I detect changes on this input when it’s change in the page component?
Thanks
4 posts - 2 participants