Property 'src' does not exist on type 'HTMLElement' angular

JavaScript
inside you `tsconfig.json` you can disable your strict check 
"strict": false,
  
And also check if you are not missing any file or folder
Source

Also in JavaScript: