Reputation: 39
I'm using the TabsModule from gx-bootstrap in my angular app. Each tab has an angular component contained within it. When the page loads and, by default, opens the first tab all the other tabs are also loaded. Is there a way to lazy load the tabs which are displayed/selected yet, or at least refresh them once the tab has been selected for view?
Thanks for any help in advance
Upvotes: 1
Views: 1119
Reputation: 11
in ngx-bootstrap there is 'Dynamic Tabs' which I think will help you.
you can read about the documentation.
Upvotes: 1