import {Component} from '@angular/core'; /** * @title Tab group with the headers on the bottom */ @Component({ selector: 'tab-group-header-below-example', templateUrl: 'tab-group-header-below-example.html', styleUrls: ['tab-group-header-below-example.css'], }) export class TabGroupHeaderBelowExample {}