UNPKG

ng2-bootstrap_runwzj_test

Version:
14 lines (13 loc) 423 B
import { Injectable } from '@angular/core'; export var TabsetConfig = (function () { function TabsetConfig() { /** provides default navigation context class: 'tabs' or 'pills' */ this.type = 'tabs'; } TabsetConfig.decorators = [ { type: Injectable }, ]; /** @nocollapse */ TabsetConfig.ctorParameters = function () { return []; }; return TabsetConfig; }());