|
|
|
@ -300,13 +300,7 @@ import * as QueueFormComponent from '@home/components/queue/queue-form.component |
|
|
|
import * as AssetProfileComponent from '@home/components/profile/asset-profile.component'; |
|
|
|
import * as AssetProfileDialogComponent from '@home/components/profile/asset-profile-dialog.component'; |
|
|
|
import * as AssetProfileAutocompleteComponent from '@home/components/profile/asset-profile-autocomplete.component'; |
|
|
|
import * as DeviceGatewayCommandComponent from '@shared/components/device/device-gateway-command.component'; |
|
|
|
import * as GatewayRemoteConfigurationDialogComponent from '@shared/components/dialog/gateway-remote-configuration-dialog'; |
|
|
|
import * as GatewayConfigurationComponent from '@shared/components/device/gateway-configuration.component'; |
|
|
|
import * as GatewayConnectorComponent from '@shared/components/device/gateway-connectors.component'; |
|
|
|
import * as GatewayLogsComponent from '@shared/components/device/gateway-logs.component'; |
|
|
|
import * as GatewayStatisticsComponent from '@shared/components/device/gateway-statistics.component'; |
|
|
|
import * as GatewayServiceRPCComponent from '@shared/components/device/gateway-service-rpc.component'; |
|
|
|
import * as RuleChainSelectComponent from '@shared/components/rule-chain/rule-chain-select.component'; |
|
|
|
|
|
|
|
import { IModulesMap } from '@modules/common/modules-map.models'; |
|
|
|
@ -414,12 +408,6 @@ class ModulesMap implements IModulesMap { |
|
|
|
'@shared/components/help.component': HelpComponent, |
|
|
|
'@shared/components/help-markdown.component': HelpMarkdownComponent, |
|
|
|
'@shared/components/help-popup.component': HelpPopupComponent, |
|
|
|
'@shared/components/device/device-gateway-command.component': DeviceGatewayCommandComponent, |
|
|
|
'@shared/components/device/gateway-configuration.component': GatewayConfigurationComponent, |
|
|
|
'@shared/components/device/gateway-connectors.component': GatewayConnectorComponent, |
|
|
|
'@shared/components/device/gateway-logs.component': GatewayLogsComponent, |
|
|
|
'@shared/components/device/gateway-statistics.component': GatewayStatisticsComponent, |
|
|
|
'@shared/components/device/gateway-service-rpc.component': GatewayServiceRPCComponent, |
|
|
|
'@shared/components/device/gateway-remote-configuration-dialog': GatewayRemoteConfigurationDialogComponent, |
|
|
|
'@shared/components/tb-checkbox.component': TbCheckboxComponent, |
|
|
|
'@shared/components/toast.directive': TbToast, |
|
|
|
|