|
|
|
@ -15,6 +15,7 @@ import {
|
|
|
|
StepperOrientation,
|
|
|
|
StepperOrientation,
|
|
|
|
StepperSelectionEvent
|
|
|
|
StepperSelectionEvent
|
|
|
|
} from '@angular/cdk/stepper';
|
|
|
|
} from '@angular/cdk/stepper';
|
|
|
|
|
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
ChangeDetectionStrategy,
|
|
|
|
ChangeDetectionStrategy,
|
|
|
|
ChangeDetectorRef,
|
|
|
|
ChangeDetectorRef,
|
|
|
|
@ -59,6 +60,7 @@ import { ImportActivitiesDialogParams } from './interfaces/interfaces';
|
|
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
|
|
host: { class: 'd-flex flex-column h-100' },
|
|
|
|
host: { class: 'd-flex flex-column h-100' },
|
|
|
|
imports: [
|
|
|
|
imports: [
|
|
|
|
|
|
|
|
CommonModule,
|
|
|
|
GfActivitiesTableComponent,
|
|
|
|
GfActivitiesTableComponent,
|
|
|
|
GfDialogFooterComponent,
|
|
|
|
GfDialogFooterComponent,
|
|
|
|
GfDialogHeaderComponent,
|
|
|
|
GfDialogHeaderComponent,
|
|
|
|
|