Showing
1 changed file
with
2 additions
and
0 deletions
@@ -30,10 +30,12 @@ import { EntityViewService } from '@core/http/entity-view.service'; | @@ -30,10 +30,12 @@ import { EntityViewService } from '@core/http/entity-view.service'; | ||
30 | import { CustomerService } from '@core/http/customer.service'; | 30 | import { CustomerService } from '@core/http/customer.service'; |
31 | import { DashboardService } from '@core/http/dashboard.service'; | 31 | import { DashboardService } from '@core/http/dashboard.service'; |
32 | import { UserService } from '@core/http/user.service'; | 32 | import { UserService } from '@core/http/user.service'; |
33 | +import { AlarmService } from '@core/http/alarm.service'; | ||
33 | 34 | ||
34 | export const ServicesMap = new Map<string, Type<any>>( | 35 | export const ServicesMap = new Map<string, Type<any>>( |
35 | [ | 36 | [ |
36 | ['deviceService', DeviceService], | 37 | ['deviceService', DeviceService], |
38 | + ['alarmService', AlarmService], | ||
37 | ['assetService', AssetService], | 39 | ['assetService', AssetService], |
38 | ['entityViewService', EntityViewService], | 40 | ['entityViewService', EntityViewService], |
39 | ['customerService', CustomerService], | 41 | ['customerService', CustomerService], |