UNPKG

451 BJavaScriptView Raw
1import { Injectable } from '@angular/core';
2export var TabsetConfig = (function () {
3 function TabsetConfig() {
4 /** provides default navigation context class: 'tabs' or 'pills' */
5 this.type = 'tabs';
6 }
7 TabsetConfig.decorators = [
8 { type: Injectable },
9 ];
10 /** @nocollapse */
11 TabsetConfig.ctorParameters = function () { return []; };
12 return TabsetConfig;
13}());
14//# sourceMappingURL=tabset.config.js.map
\No newline at end of file