UNPKG

ngx-bootstrap

Version:
14 lines 451 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; }()); //# sourceMappingURL=tabset.config.js.map