I am using Angular 11 and latest IG (Dec 2020 release), as I am on a brand new Ignite UI license.
I am unsure how to go about dynamically creating a tab, with a routerlink to another component (with parameter).
Example:
Tab:Scenarios (list of scenarios with header info)
User clicks "Manage" in unbound "Actions" column, should:
Thank you for responding with a sample. I see 2 limitations right off, and not sure if you are equipped to address them.
If the first is able to be properly covered, please give an example, as I'm expecting I should have to include my static links in the structure created/housed by the TabService.
For the second, I've been doing some research into how this may be accomplished, but I'm still somewhat newly returned to Angular and haven't attempted this before, so not sure if I'm seeing what I'm looking for, if you take my meaning. It's imperative the tabs not be reloaded upon navigating back for many reasons. I would greatly appreciate a sample for that, too.
I have a suggestion for mapping out the functionality I'm looking for. The static tab could load currency conversions with clickable links/buttons that open new components (parameterized routing) with the country's name and amount. The currency conversions are accomplished in a simple way in this video, which I have used for other ramp-up on Angular functionality.
I will begin integrating the service and attempting to scope out the necessary properties for my tabs as I await your reply.