UNPKG

ipsos-components

Version:

Material Design components for Angular

10 lines (8 loc) 284 B
import {Component} from '@angular/core'; /** @title Basic datepicker */ @Component({ selector: 'datepicker-overview-example', templateUrl: 'datepicker-overview-example.html', styleUrls: ['datepicker-overview-example.css'], }) export class DatepickerOverviewExample {}