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