I implement a directive for lazy load images like below that is works well:
@Directive({ selector: "[appLazyLoad]" }) export class La