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