UNPKG

ngx-bootstrap

Version:
15 lines 469 B
import { Injectable } from '@angular/core'; 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; }()); export { TabsetConfig }; //# sourceMappingURL=tabset.config.js.map