I have an Angular Directive that is used for loading images in a lazy way. The code is the following:
import { Directive, ElementRef } from \'@angular/core\';