Browse Source

Add ToggleHeaderComponent to the module-map

pull/8721/head
kalytka 3 years ago
parent
commit
a0e6128f36
  1. 2
      ui-ngx/src/app/modules/common/modules-map.ts

2
ui-ngx/src/app/modules/common/modules-map.ts

@ -177,6 +177,7 @@ import * as CopyButtonComponent from '@shared/components/button/copy-button.comp
import * as TogglePasswordComponent from '@shared/components/button/toggle-password.component';
import * as ProtobufContentComponent from '@shared/components/protobuf-content.component';
import * as SlackConversationAutocompleteComponent from '@shared/components/slack-conversation-autocomplete.component';
import * as ToggleHeaderComponent from '@shared/components/toggle-header.component';
import * as AddEntityDialogComponent from '@home/components/entity/add-entity-dialog.component';
import * as EntitiesTableComponent from '@home/components/entity/entities-table.component';
@ -474,6 +475,7 @@ class ModulesMap implements IModulesMap {
'@shared/components/button/toggle-password.component': TogglePasswordComponent,
'@shared/components/protobuf-content.component': ProtobufContentComponent,
'@shared/components/slack-conversation-autocomplete.component': SlackConversationAutocompleteComponent,
'@shared/components/toggle-header.component': ToggleHeaderComponent,
'@home/components/entity/add-entity-dialog.component': AddEntityDialogComponent,
'@home/components/entity/entities-table.component': EntitiesTableComponent,

Loading…
Cancel
Save