I have check image src for lazy-img is short . images not display
ex. <lazy-img ng-reflect-input-src="https://xxx.com/wp-cont">
![]()
</lazy-img>
Well you have to use it like this :
<lazy-img [inputSrc]="'https://xxx.com/photos/myimage.jpeg'" ></lazy-img>
source of image will be in [inputSrc] tag bounded but first double quotes and then single quotes .