optimization

This commit is contained in:
mpetrov 2025-03-03 16:55:35 +02:00
parent 9d4be3a9b3
commit c1a70dcbaa
2 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,7 @@ import { EntityDebugSettingsService } from '@home/components/entity/debug/entity
templateUrl: './calculated-fields-table.component.html',
styleUrls: ['./calculated-fields-table.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
providers: [EntityDebugSettingsService]
})
export class CalculatedFieldsTableComponent {

View File

@ -203,7 +203,6 @@ import {
import {
CalculatedFieldTestArgumentsComponent
} from '@home/components/calculated-fields/components/test-arguments/calculated-field-test-arguments.component';
import { EntityDebugSettingsService } from '@home/components/entity/debug/entity-debug-settings.service';
@NgModule({
declarations:
@ -504,7 +503,6 @@ import { EntityDebugSettingsService } from '@home/components/entity/debug/entity
providers: [
WidgetComponentService,
CustomDialogService,
EntityDebugSettingsService,
{provide: EMBED_DASHBOARD_DIALOG_TOKEN, useValue: EmbedDashboardDialogComponent},
{provide: COMPLEX_FILTER_PREDICATE_DIALOG_COMPONENT_TOKEN, useValue: ComplexFilterPredicateDialogComponent},
{provide: DASHBOARD_PAGE_COMPONENT_TOKEN, useValue: DashboardPageComponent},