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