Is it possible to achieve lazy loading on Angular Material Tabs? Otherwise I would need a way to run a method when entering a tab.
As the documentation reads
While
is used to switch between views within a single route,provides a tab-like UI for navigating between routes.
By using this method,you can make each of the tab separate routes and hence each of the page loads each time the route is activated.
Please find more info here under Tabs and navigation section.