Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use uib-tabset in angular2 using ng-bootstrap?

I am working in angular2 project and would like to know is there any mean by which i can use uib-tabset in angular2?

I previously used angularjs with which I could use ng-bootstrap.

so I could use <uib-tabset></uib-tabset> easily.

But I am not sure about how to do this in angular2? any inputs?

like image 331
Bhushan Gadekar Avatar asked Dec 08 '25 14:12

Bhushan Gadekar


1 Answers

The equivalent of the angular-ui/bootstrap for Angular 2 is named ng-bootstrap and you can see its source code in https://github.com/ng-bootstrap/ng-bootstrap.

The tab component is part of https://github.com/ng-bootstrap/ng-bootstrap and was renamed to ngb-tabset. You can see it in action here: https://ng-bootstrap.github.io/#/components/tabs

like image 169
pkozlowski.opensource Avatar answered Dec 10 '25 04:12

pkozlowski.opensource



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!