Browse Source

UI: Updated code style

pull/9056/head
Vladyslav 3 years ago
committed by GitHub
parent
commit
b7d5222958
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/components/event/event-table-config.ts

2
ui-ngx/src/app/modules/home/components/event/event-table-config.ts

@ -40,7 +40,7 @@ import {
EventContentDialogData
} from '@home/components/event/event-content-dialog.component';
import { isEqual, sortObjectKeys } from '@core/utils';
import {historyInterval, MINUTE} from '@shared/models/time/time.models';
import { historyInterval, MINUTE } from '@shared/models/time/time.models';
import { ConnectedPosition, Overlay, OverlayConfig, OverlayRef } from '@angular/cdk/overlay';
import { ChangeDetectorRef, Injector, StaticProvider, ViewContainerRef } from '@angular/core';
import { ComponentPortal } from '@angular/cdk/portal';

Loading…
Cancel
Save