Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(package): update references to RxJS to use the new operators
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 30, 2017
1 parent 09792c0 commit 1264f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/broadcaster.service.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Injectable } from '@angular/core';
import { Subject } from 'rxjs/Subject';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/map';
import 'rxjs/operators/filter';
import 'rxjs/operators/map';

interface BroadcastEvent {
key: any;
Expand Down

0 comments on commit 1264f75

Please sign in to comment.