Community

Creating An Inline Auto-Complete Directive Using NgModel And A Control Value Accessor In Angular 7.2.15

(Ben Nadel) A few weeks ago, I demonstrated that you could create a custom ControlValueAccessor in Angular in order to change the behavior of File Inputs such that NgModel would emit the selected Files objects rather than just the file paths.