Show content in a tab

Hi i’m new on ionic and i have problem that i would like to know the solution, basically i need take data for a new person to add to an array, the show the info, erase a user or add a new user.
I create the proyect using ionic start name --type=ionic-angular, then i made the user class, next i made a import into the tab one (add user), then import of tab one into tab two and extends (herency), then import of tab two into tab three and extends.
Looks like whe i click the button that calls fuction to add(tab1) o erase users(tab3) works, but y can’t figure it out how to show the info of the users(tab2) i tried with the print on console and ngFor and dosen’t shows nothing.
I thanks any help.