export class AbstractControlDirective
export class AbstractControlDirective
exported from angular2/common defined in angular2/src/common/forms/directives/abstract_control_directive.ts (line 3)
Base class for control directives.
Only used internally in the forms module.
Members
control : AbstractControl
control : AbstractControl
Not Yet Documented
value : any
value : any
Not Yet Documented
valid : boolean
valid : boolean
Not Yet Documented
errors : {[key: string]: any}
errors : {[key: string]: any}
Not Yet Documented
pristine : boolean
pristine : boolean
Not Yet Documented
dirty : boolean
dirty : boolean
Not Yet Documented
touched : boolean
touched : boolean
Not Yet Documented
untouched : boolean
untouched : boolean
Not Yet Documented
path : string[]
path : string[]
Not Yet Documented