This commit is contained in:
crusader 2018-01-30 21:41:10 +09:00
parent d360a150da
commit 0042113fd2

View File

@ -5,6 +5,8 @@ import { Subject } from 'rxjs/Subject';
import { Subscription } from 'rxjs/Subscription';
import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject';
@Injectable()
export class APIService {
private socketSubject: WebSocketSubject<Object>;