import {Component} from '@angular/core';

/**
 * @title Complex Example
 */
@Component({
  selector: 'tabs-template-label-example',
  templateUrl: 'tabs-template-label-example.html',
  styleUrls: ['./tabs-template-label-example.css']
})
export class TabsTemplateLabelExample {}
