Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
imransilvake committed Oct 18, 2020
1 parent 511df16 commit 7510d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ElementRef, EventEmitter, Output, Directive, AfterViewInit } from '@ang
@Directive({ selector: '[LazyLoadImage]' })
export class LazyLoadImageDirective implements AfterViewInit {
@Output() public lazyLoadImage: EventEmitter<any> = new EventEmitter();

private _intersectionObserver?: IntersectionObserver;

constructor(private _element: ElementRef) {
Expand Down

0 comments on commit 7510d79

Please sign in to comment.