I am using "ngb-tabset" to display tabs in the angular2. I am trying to add 
an event to a tab like below:

 <ngb-tabset>
        <ngb-tab title="Profile" (click)="callMyFunction()">
             
        </ngb-tab>
 <ngb-tabset>

I can't figure out why the above click function is not calling my function. 
Can someone please help?

Thanks!

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to