Browse Source

code review changes

pull/5086/head
csehatt741 2 months ago
parent
commit
420a09f485
  1. 2
      apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.component.ts

2
apps/client/src/app/pages/portfolio/activities/create-or-update-activity-dialog/create-or-update-activity-dialog.component.ts

@ -49,6 +49,7 @@ import { validateObjectForForm } from '../../../../util/form.util';
import { CreateOrUpdateActivityDialogParams } from './interfaces/interfaces'; import { CreateOrUpdateActivityDialogParams } from './interfaces/interfaces';
@Component({ @Component({
changeDetection: ChangeDetectionStrategy.OnPush,
host: { class: 'h-100' }, host: { class: 'h-100' },
imports: [ imports: [
GfEntityLogoComponent, GfEntityLogoComponent,
@ -67,7 +68,6 @@ import { CreateOrUpdateActivityDialogParams } from './interfaces/interfaces';
ReactiveFormsModule ReactiveFormsModule
], ],
selector: 'gf-create-or-update-activity-dialog', selector: 'gf-create-or-update-activity-dialog',
changeDetection: ChangeDetectionStrategy.OnPush,
styleUrls: ['./create-or-update-activity-dialog.scss'], styleUrls: ['./create-or-update-activity-dialog.scss'],
templateUrl: 'create-or-update-activity-dialog.html' templateUrl: 'create-or-update-activity-dialog.html'
}) })

Loading…
Cancel
Save