In order to set the type of a ViewChild variable you need to set the ‘read’ option too IonTabs. This would look something like:
@ViewChild(‘my_profile_tabs’, {read: IonTabs}) tabRef: IonTabs;
In order to set the type of a ViewChild variable you need to set the ‘read’ option too IonTabs. This would look something like:
@ViewChild(‘my_profile_tabs’, {read: IonTabs}) tabRef: IonTabs;