-3
Next people, I have two components in Ionic, one that lists users and another that shows the details for modification. All navigation in my app is done through routes. It turns out that after I add a new record, or change an existing one, or even delete a record, I am directed back to the user listing page using the this.router.navigate(['/list']);
, there is no automatic updating of the information on the /list page, only the new record appears through inclusion, modification or removal if I update the /list page with F5 (tests performed in the notebook browser).
Is there any way to resolve this in Ionic 4? I would like that when the route is re-directed to the listing page using the this.router.navigate(['/list']);
or another method, already include the updated data in the /list, remembering that I use a page for listing /list and another page of record details. /Detail-users.
Could you give more info colleague? Are we advinhos now? -1
– Maury Developer
Hehehe was bad @Maurydeveloper, I’ll rephrase the question
– João Paulo Silva