ing
This commit is contained in:
parent
d360a150da
commit
0042113fd2
|
@ -5,6 +5,8 @@ import { Subject } from 'rxjs/Subject';
|
||||||
import { Subscription } from 'rxjs/Subscription';
|
import { Subscription } from 'rxjs/Subscription';
|
||||||
import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject';
|
import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class APIService {
|
export class APIService {
|
||||||
private socketSubject: WebSocketSubject<Object>;
|
private socketSubject: WebSocketSubject<Object>;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user