is it possible to do internal routing using <routeroutlet> in 2 tabs while using ng-bootstrap tabs

71 Views Asked by At

We want to implement 2 tabs using ng-bootstrap tabs without destroying content while switching. We want to use internal routing using . Is it possible? The issue that we could anticipate is that URL gets lost as soon as we do the internal routing in another tab and once we click on previous tab the relevant path in internal routing does not match.

0

There are 0 best solutions below