Form

Stable

Interface

Interface Overview

interface Form {
addControl(dir: NgControl) : void
removeControl(dir: NgControl) : void
getControl(dir: NgControl) : FormControl
addFormGroup(dir: AbstractFormGroupDirective) : void
removeFormGroup(dir: AbstractFormGroupDirective) : void
getFormGroup(dir: AbstractFormGroupDirective) : FormGroup
updateModel(dir: NgControl, value: any) : void

}

Interface Description

Interface Details

exported from @angular/forms/index, defined in @angular/forms/src/directives/form_interface.ts