我有一个模板看起来像这样的组件:
..blabla ..blabla
如何在component.ts中获取引用,以便我可以使用angular 4更改它的src?
在HTML中:
在TS中:
@ViewChild('img') img: ElementRef;