export class 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
name : string
Not Yet Documented
valueAccessor : ControlValueAccessor
valueAccessor : ControlValueAccessor
Not Yet Documented
validator : Function
validator : Function
Not Yet Documented
asyncValidator : Function
asyncValidator : Function
Not Yet Documented
viewToModelUpdate(newValue: any) : void
viewToModelUpdate(newValue: any) : void
Not Yet Documented