Topic: Opening Navigation Link in new mdb-tab
Hello,
I am looking for an example (best practice) where the following is the goal:
- page navigation via mdb-accordion-item.
- if the link stored here is deposited, then a new mdb-tab with the appropriate component should be opened in the mdb-tabset.
Unfortunately, I totally lack the approach how to achieve this.
I am grateful for every approach.
Thanks.
Arkadiusz Idzikowski staff answered 5 years ago
Thank you for the details. Please take a look at this thread, you can find there an example of tabs usage with router outlet.
https://mdbootstrap.com/support/angular/routing-support-in-tabset-component/
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.10.0
- Device: macBook Pro
- Browser: Opera
- OS: mac OS
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 5 years ago
Can you add more detailed description and/or show an example of this feature?
MHendrich commented 5 years ago
Hello,
thanks for your reply.
I have found this in the www and i wanted to this in mdbbootstrap, but it do not work:
https://technology.amis.nl/2019/07/05/dynamic-tabs-with-angular-6-and-ng-bootstrap/
I want to create a new tab via a menu entry in the navigation and then display the component that is linked to the entry here.