// мой html код //
// мой файл ts //
onFileChange (событие) {
if (event.target.files.length > 0) { const Image = event.target.files[0]; this.CropDisease.patchValue({ fileSource: Image }); }
}