2018-06-20 16:16:03 +03:00

12 lines
272 B
TypeScript
Executable File

import {Component} from '@angular/core';
/**
* @title Basic use of the tab group
*/
@Component({
selector: 'tab-group-basic-example',
templateUrl: 'tab-group-basic-example.html',
styleUrls: ['tab-group-basic-example.css'],
})
export class TabGroupBasicExample {}