UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

12 lines (9 loc) 300 B
// APP import { BaseControl, NovoControlConfig } from './../BaseControl'; export class CheckListControl extends BaseControl { controlType = 'checklist'; constructor(config: NovoControlConfig) { super('CheckListControl', config); this.options = config.options || []; } }