import {Component} from '@angular/core'; /** * @title Customizing the theme options on the tab group */ @Component({ selector: 'tab-group-theme-example', templateUrl: 'tab-group-theme-example.html', styleUrls: ['tab-group-theme-example.css'], }) export class TabGroupThemeExample {}