Browse Source
Merge pull request #2980 from vvlladd28/improvement/servicesMap/alarm
[3.0] Add serviceMap alarmService
pull/3089/head
Igor Kulikov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
ui-ngx/src/app/modules/home/models/services.map.ts
|
|
|
@ -30,10 +30,12 @@ import { EntityViewService } from '@core/http/entity-view.service'; |
|
|
|
import { CustomerService } from '@core/http/customer.service'; |
|
|
|
import { DashboardService } from '@core/http/dashboard.service'; |
|
|
|
import { UserService } from '@core/http/user.service'; |
|
|
|
import { AlarmService } from '@core/http/alarm.service'; |
|
|
|
|
|
|
|
export const ServicesMap = new Map<string, Type<any>>( |
|
|
|
[ |
|
|
|
['deviceService', DeviceService], |
|
|
|
['alarmService', AlarmService], |
|
|
|
['assetService', AssetService], |
|
|
|
['entityViewService', EntityViewService], |
|
|
|
['customerService', CustomerService], |
|
|
|
|