Vladyslav
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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'; |
|
|
|
|