Skip to content

Commit

Permalink
fixes orizens#126
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Mar 1, 2017
1 parent 8a6d94c commit 7198c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scroll-register.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ContainerRef } from './models';
import { Injectable, ElementRef } from '@angular/core';
import { Observable, Subscription } from 'rxjs/Rx';
import { Observable } from 'rxjs/Observable';
import { Subscription } from 'rxjs/Subscription';
import 'rxjs/add/observable/fromEvent';
import 'rxjs/add/observable/timer';
import 'rxjs/add/observable/of';
Expand Down

0 comments on commit 7198c7c

Please sign in to comment.