UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

11 lines (8 loc) 253 B
// APP import { BaseControl, NovoControlConfig } from './../BaseControl'; export class TextAreaControl extends BaseControl { controlType = 'text-area'; constructor(config: NovoControlConfig) { super('TextAreaControl', config); } }