Failed to compile.
src/app/photos/photo-list/photo-list.component.html:8:50 - error TS2339: Property 'value' does not exist on type 'EventTarget'.
8 (keyup)="debounce.next($event.target.value)"
~~~~~
src/app/photos/photo-list/photo-list.component.ts:11:16
11 templateUrl: './photo-list.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PhotoListComponent.