Quantcast
Channel: Stories by Idan Cohen on Medium
Viewing all articles
Browse latest Browse all 16

Excellent question!

$
0
0

Excellent question!

you can use Angular’s onload emitter like this -

<img src="..." (load)="someMethod()" />

And inside someMethod() you can call printService.onDataReady(). Or combine it with your existing logic.


Viewing all articles
Browse latest Browse all 16

Trending Articles