I have a component whos template looks like:
..blabla
<img md-card-image src="..">
..blabla
How do I obtain a reference inside my component.ts so that I could change it's src using angular 4?
in HTML:
<img #img md-card-image src="..">
in TS:
@ViewChild('img') img: ElementRef;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With