Skip to content

Commit

Permalink
Remove HostListener import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Speakman committed Jul 20, 2016
1 parent 87b79f6 commit 321c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng2-page-scroll.directive.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Directive, Input, Output, EventEmitter, HostListener, OnDestroy, Inject} from '@angular/core';
import {Directive, Input, Output, EventEmitter, OnDestroy, Inject} from '@angular/core';
import {Router, NavigationEnd, NavigationError, NavigationCancel} from '@angular/router';
import {DOCUMENT} from '@angular/platform-browser';
import {Subscription} from 'rxjs/Subscription';
Expand Down

0 comments on commit 321c95a

Please sign in to comment.