Add EdgeService to the WidgetContext
This commit is contained in:
parent
4b087cdcbd
commit
5e65438ebb
@ -78,6 +78,7 @@ import { PageLink } from '@shared/models/page/page-link';
|
||||
import { SortOrder } from '@shared/models/page/sort-order';
|
||||
import { DomSanitizer } from '@angular/platform-browser';
|
||||
import { Router } from '@angular/router';
|
||||
import { EdgeService } from '@core/http/edge.service';
|
||||
import * as RxJS from 'rxjs';
|
||||
import * as RxJSOperators from 'rxjs/operators';
|
||||
import { TbPopoverComponent } from '@shared/components/popover.component';
|
||||
@ -160,6 +161,7 @@ export class WidgetContext {
|
||||
deviceService: DeviceService;
|
||||
assetService: AssetService;
|
||||
entityViewService: EntityViewService;
|
||||
edgeService: EdgeService;
|
||||
customerService: CustomerService;
|
||||
dashboardService: DashboardService;
|
||||
userService: UserService;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user