How to use with Ionic tabs?
See original GitHub issueI would love to use this lib with ionic to preload our app routes but it seems that it is not working with the ionic tab component which is using router links internally.
<ion-tabs>
<ion-tab-bar>
<ion-tab-button tab="explore">
<app-icon name="planet"></app-icon>
</ion-tab-button>
</ion-tab-bar>
</ion-tabs>
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Ion-Tabs: Tab-Based Component for App Top-Level Navigation
Tabs are a top level navigation component to implement a tab-based navigation. The component is a container of individual Tab components. The ion-tabs...
Read more >Ionic 4 Tabs Example From Scratch — Step by Step Tutorial
Go to tabs folder. Then create a new file under the tabs folder and name it as tabs.router.module.ts. And paste the below code...
Read more >Ionic 5|4 How to Add Tabs Bar Navigation in Ionic Angular ...
The tab navigation is created by adding the ion-tabs having ion-tab-bar inside it which creates a tab bar on position defined in the...
Read more >Ionic Tabs - javatpoint
We can access the Ionic tabs by using the standard <ion-tabs> component. This component works as a router outlet to handle navigation.
Read more >Adding Tabs Navigation in Ionic 6 Angular Application
In Ionic Tabs are considered to be the top-level navigation component and helps to add tab-based navigation. The ion-tabs component is a router ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Let’s keep the issue open for a bit to collect more feedback. I’m leaning towards keeping Ionic support outside of the scope of the project. Any new feature adds up to the production bundle.
Ohh, sorry, I thought with loaded it means that it will partially be executed. So just not rendered.