3

我在 angular2 项目中工作,想知道有什么方法可以在 angular2 中使用 uib-tabset?

我之前使用了可以使用 ng-bootstrap 的 angularjs。

所以我可以<uib-tabset></uib-tabset>轻松使用。

但我不确定如何在 angular2 中执行此操作?任何输入?

4

1 回答 1

7

angular-ui/bootstrap命名为 Angular 2的等效项,您可以在https://github.com/ng-bootstrap/ng-bootstrapng-bootstrap中查看其源代码。

选项卡组件是https://github.com/ng-bootstrap/ng-bootstrap的一部分,并已重命名为ngb-tabset. 你可以在这里看到它的实际效果:https ://ng-bootstrap.github.io/#/components/tabs

于 2016-07-18T17:57:25.037 回答