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