@angular/forms

Form

interface

An interface implemented by FormGroupDirective and NgForm directives.

  
    interface Form {  updateModel(dir: NgControl, value: any): void;}}
  
  
Jump to details