UNPKG

ipsos-components

Version:

Material Design components for Angular

10 lines (8 loc) 275 B
import {Component} from '@angular/core'; /** @title Datepicker touch UI */ @Component({ selector: 'datepicker-touch-example', templateUrl: 'datepicker-touch-example.html', styleUrls: ['datepicker-touch-example.css'], }) export class DatepickerTouchExample {}