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