import {Component} from '@angular/core'; /** * @title Using tabs with a custom label template */ @Component({ selector: 'tab-group-custom-label-example', templateUrl: 'tab-group-custom-label-example.html', styleUrls: ['tab-group-custom-label-example.css'], }) export class TabGroupCustomLabelExample {}