import {Component} from '@angular/core'; /** * @title Button toggle appearance */ @Component({ selector: 'button-toggle-appearance-example', templateUrl: 'button-toggle-appearance-example.html', styleUrls: ['button-toggle-appearance-example.css'], }) export class ButtonToggleAppearanceExample {}