Hi,

I am writing below code to navigate between tabs and 
<ngb-tabset>
  <ngb-tab title="Add">
    <template ngbTabContent routerLink="/retail/retail-add">
   
    </template>
  </ngb-tab>
 <ngb-tab title="Collection">
    <template ngbTabContent routerLink="/retail/retail-collection">
     
      </template>
  </ngb-tab>
   <router-outlet></router-outlet>
</ngb-tabset>      


It is showing tabs , But on click of tab neither It is routing to that 
component nor giving any error on console.
Please help

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to