Skip to content

Commit

Permalink
Missing imports of router events
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Jun 30, 2016
1 parent f843596 commit f9f69dd
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,5 +1,5 @@
import {Directive, ElementRef, Input, Output, EventEmitter, HostListener, OnDestroy} from '@angular/core';
import {Router, NavigationEnd} from '@angular/router';
import {Router, NavigationEnd, NavigationError, NavigationCancel} from '@angular/router';
import {Subscription} from 'rxjs/Subscription';
import {PageScrollConfig, IEasingFunction} from './ng2-page-scroll-config';
import {PageScrollManager} from './ng2-page-scroll-manager';
Expand Down

0 comments on commit f9f69dd

Please sign in to comment.