A lowly teacher here trying to sort an app out for my school so please go easy! I'm trying to get a student image to display in my Angular app and this doesn't work in my student-details.component.ts:
<img src="./images/11451.png" alt="Test" width="84"
height="120">
If I use URLs then it displays fine so I'm thinking it's a problem with the file structure. Could anybody help please? I'm using ng serve -o to see the app if that makes a difference on localhost:4200