ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
22 lines (19 loc) • 417 B
Markdown
```typescript
// RECOMMENDED (doesn't work with system.js)
import { TabsModule } from 'ng2-bootstrap/tabs';
// or
import { TabsModule } from 'ng2-bootstrap';
export class AppModule(){}
```
```html
<tabset>
<tab heading='Tab 1'>Tab 1 content</tab>
<tab>
<template tabHeading>Tab 2</template>
Tab 2 content
</tab>
</tabset>
```