UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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