HTML文件:
组件代码:
import { Component } from '@angular/core';
@Component({ selector: 'app-image-display', templateUrl: './image-display.component.html', styleUrls: ['./image-display.component.css'] }) export class ImageDisplayComponent { imageSrc = 'assets/images/example.jpg'; }