UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
datepicker-touch
/
datepicker-touch-example.ts
10 lines
(8 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
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
{}