import {Component} from '@angular/core'; /** * @title Tab group with stretched labels */ @Component({ selector: 'tab-group-stretched-example', templateUrl: 'tab-group-stretched-example.html', styleUrls: ['tab-group-stretched-example.css'], }) export class TabGroupStretchedExample {}