UNPKG

ipsos-components

Version:

Material Design components for Angular

11 lines (9 loc) 224 B
import {Component} from '@angular/core'; /** * @title Basic buttons */ @Component({ selector: 'button-overview-example', templateUrl: 'button-overview-example.html', }) export class ButtonOverviewExample {}