UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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