Angular - Templates and Data Binding
Find the issue in this Angular template:
Component code:
<img [src]="imagePath" alt="Image">
Component code:
imagePath = undefined;
<img [src]="imagePath" alt="Image">
imagePath = undefined;
src to undefined means the attribute is not set.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions