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

Commit

Permalink
fix(user): add missing import for Broadcaster
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 11, 2017
1 parent 9f34eac commit 15e924d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/user/user.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Broadcaster } from './../shared/broadcaster.service';
import { Injectable, Inject } from '@angular/core';
import { Headers, Http } from '@angular/http';
import { Observable, ConnectableObservable, ReplaySubject, Subject } from 'rxjs';
Expand Down

0 comments on commit 15e924d

Please sign in to comment.