mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-03 20:06:23 +00:00
Vendorize queueing-subject
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user