Community

Using NgModel With Input Type=’File’ And A Custom ControlValueAccessor In Angular 7.2.12

(Ben Nadel) As I’ve been learning about how to upload files using the HttpClient service in Angular 7, one of the framework features that I’ve stumbled-over is the fact that, by default, the NgModel directive doesn’t play very nicely with the File-Input form control.