Hello ionites,
if I have multiple navControllers in my app, is there a way to get a specific controller?
The only one I currently see is binding them to ViewChild variables and managing thos in some kind of service, but that seems not very nice to me.
I’d love to name them and then call a specific one for example.
But I’m open for any better suggestion then storing tham all in a service
Cheers, Isigiel