UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

11 lines (8 loc) 240 B
// APP import { BaseControl, NovoControlConfig } from './../BaseControl'; export class DateControl extends BaseControl { controlType = 'date'; constructor(config: NovoControlConfig) { super('DateControl', config); } }