NgControl

export class NgControl

exported from angular2/common defined in angular2/src/common/forms/directives/ng_control.ts (line 3)

A base class that all control directive extend. It binds a Control object to a DOM element.

Used internally by Angular forms.

Members

name : string

Not Yet Documented

valueAccessor : ControlValueAccessor

Not Yet Documented

validator : Function

Not Yet Documented

asyncValidator : Function

Not Yet Documented

viewToModelUpdate(newValue: any) : void

Not Yet Documented