Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tl-tabs

liuda30.0.2TypeScript support: included

angular tabs组件

angular tabs

readme

TlTabs

angular table组件:

DEMO

angular 开发版本 9.1.12.

安装

npm i tl-tabs --save

引用

在 app.component.ts 中引入

import { TlTabsModule } from 'tl-tabs';
...
imports:[
    ...
    TlTabsModule,
]

使用

html:

<tl-tabs>
    <tl-tab label="label1">tab1</tl-tab>
    <tl-tab label="label2">tab2</tl-tab>
    <tl-tab label="label3">tab3</tl-tab>
</tl-tabs>