Hello!!
I´m facing a litle problem. I´ve solve it with Events but I don´t think that is the best way to solve it.
The fact is that I´m navigating from one list items page to a create page, steps are:
- Use push method of NavControllet
- Create the item
- Trigger an event with the Item as param
- Add the item to the original list inside an event suscriptor
Is the best way to do it?
Thanks in advance