mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-22 16:39:00 +00:00
Basic migration to RxJS 6, Ref: #154
This commit is contained in:
@ -5,7 +5,7 @@ import { MatIconModule, MatProgressSpinnerModule } from "@angular/material";
|
||||
import { ProgressService } from "./progress.service";
|
||||
import { RouterTestingModule } from "@angular/router/testing";
|
||||
import { Router } from "@angular/router";
|
||||
import { BehaviorSubject } from "rxjs/BehaviorSubject";
|
||||
import { BehaviorSubject } from "rxjs";
|
||||
|
||||
|
||||
class MockedRouter {
|
||||
|
Reference in New Issue
Block a user