sercan 60ab983730 Updated Angular Material elements
Updated the changelog
2018-10-19 00:31:01 +03:00

12 lines
306 B
TypeScript
Executable File

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 {}