Form
interface
An interface implemented by FormGroupDirective
and NgForm
directives.
API
Description
interface Form { updateModel(dir: NgControl, value: any): void;}}
Jump to details
An interface implemented by FormGroupDirective
and NgForm
directives.
interface Form { updateModel(dir: NgControl, value: any): void;}}