Ionic - Angular: Passing Data Between Tabs

How to pass data between tabs? From a CRUD tab to a Feed Tab

If the two components are not already associated (such as a parent and child), you would probably update shared data via a Service. Depending on the situation, you might write a custom event emitter instead.

1 Like

Thank You so much, I’ll do some research