Skip to content

Commit

Permalink
fix(core): add missing Observable import
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod committed Oct 31, 2017
1 parent 136556d commit f96a4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Injectable, EventEmitter } from '@angular/core';
import { Observable } from 'rxjs/Observable';
import { ReplaySubject } from 'rxjs/ReplaySubject';

@Injectable()
Expand Down

0 comments on commit f96a4ab

Please sign in to comment.