UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

7 lines (6 loc) 178 B
import { NgControl } from '@angular/forms'; export declare class DisableControl { private ngControl; phxDisableControl: boolean; constructor(ngControl: NgControl); }