我在angular2项目中工作,想知道在angular2中有什么方法可以使用uib-tabset吗?
我之前使用过angularjs,我可以使用ng-bootstrap。
这样我就可以轻松地使用<uib-tabset></uib-tabset>了。
但是我不确定在angular2中该怎么做?有什么建议吗?
发布于 2016-07-19 01:57:25
Angular 2的angular-ui/bootstrap的等价物名为ng-bootstrap,您可以在https://github.com/ng-bootstrap/ng-bootstrap中查看其源代码。
选项卡组件是https://github.com/ng-bootstrap/ng-bootstrap的一部分,并被重命名为ngb-tabset。你可以在这里看到它的实际效果:https://ng-bootstrap.github.io/#/components/tabs
https://stackoverflow.com/questions/37671072
复制相似问题