In my project, I have noticed that a listener in one of the tabs causes the entire tab to refresh, resulting in it displaying information from the first tab until I switch to another tab and then go back.
1) Is there a way to refresh only the current tab?
2) Just out of curiosity, is there a method to determine the index of the currently selected tab?
3) Also, out of curiosity, is there a function to navigate directly to a specific tab?
Does anyone else feel like the Angular Docs might not be listing all the available methods for MatTab? Here is an image showing potential missing methods.