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 TimeControl extends BaseControl { controlType = 'time'; constructor(config: NovoControlConfig) { super('TimeControl', config); } }