refactor(core): remove @Injectable as only classes that are instantiated via DI need it
This commit is contained in:
@@ -59,7 +59,6 @@ class UIMessageBusSource extends IsolateMessageBusSource {
|
||||
* Wrapper class that exposes the Isolate
|
||||
* and underlying {@link MessageBus} for lower level message passing.
|
||||
*/
|
||||
@Injectable()
|
||||
class WebWorkerInstance {
|
||||
Isolate worker;
|
||||
MessageBus bus;
|
||||
|
||||
Reference in New Issue
Block a user