UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

8 lines (6 loc) 198 B
import { Injectable } from '@angular/core'; @Injectable() export class TabsetConfig { /** provides default navigation context class: 'tabs' or 'pills' */ public type: string = 'tabs'; }