Vendorize queueing-subject

This commit is contained in:
Bálint Bokros
2018-05-18 11:31:23 +02:00
parent 4b79d77fcc
commit c357e47e93
3 changed files with 27 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// All Rights Reserved. See LICENSE file for details.
import { Injectable } from '@angular/core';
import { QueueingSubject } from 'queueing-subject';
import { QueueingSubject } from './queueing-subject';
import { Observable } from 'rxjs/Observable';
import websocketConnect from 'rxjs-websockets';
import { filter, map, share } from 'rxjs/operators';