UNPKG

ipsos-components

Version:

Material Design components for Angular

16 lines (14 loc) 386 B
import {Component} from '@angular/core'; /** * @title Configurable slide-toggle */ @Component({ selector: 'slide-toggle-configurable-example', templateUrl: 'slide-toggle-configurable-example.html', styleUrls: ['slide-toggle-configurable-example.css'], }) export class SlideToggleConfigurableExample { color = 'accent'; checked = false; disabled = false; }