optimization
This commit is contained in:
parent
9d4be3a9b3
commit
c1a70dcbaa
@ -40,6 +40,7 @@ import { EntityDebugSettingsService } from '@home/components/entity/debug/entity
|
|||||||
templateUrl: './calculated-fields-table.component.html',
|
templateUrl: './calculated-fields-table.component.html',
|
||||||
styleUrls: ['./calculated-fields-table.component.scss'],
|
styleUrls: ['./calculated-fields-table.component.scss'],
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
|
providers: [EntityDebugSettingsService]
|
||||||
})
|
})
|
||||||
export class CalculatedFieldsTableComponent {
|
export class CalculatedFieldsTableComponent {
|
||||||
|
|
||||||
|
|||||||
@ -203,7 +203,6 @@ import {
|
|||||||
import {
|
import {
|
||||||
CalculatedFieldTestArgumentsComponent
|
CalculatedFieldTestArgumentsComponent
|
||||||
} from '@home/components/calculated-fields/components/test-arguments/calculated-field-test-arguments.component';
|
} 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({
|
@NgModule({
|
||||||
declarations:
|
declarations:
|
||||||
@ -504,7 +503,6 @@ import { EntityDebugSettingsService } from '@home/components/entity/debug/entity
|
|||||||
providers: [
|
providers: [
|
||||||
WidgetComponentService,
|
WidgetComponentService,
|
||||||
CustomDialogService,
|
CustomDialogService,
|
||||||
EntityDebugSettingsService,
|
|
||||||
{provide: EMBED_DASHBOARD_DIALOG_TOKEN, useValue: EmbedDashboardDialogComponent},
|
{provide: EMBED_DASHBOARD_DIALOG_TOKEN, useValue: EmbedDashboardDialogComponent},
|
||||||
{provide: COMPLEX_FILTER_PREDICATE_DIALOG_COMPONENT_TOKEN, useValue: ComplexFilterPredicateDialogComponent},
|
{provide: COMPLEX_FILTER_PREDICATE_DIALOG_COMPONENT_TOKEN, useValue: ComplexFilterPredicateDialogComponent},
|
||||||
{provide: DASHBOARD_PAGE_COMPONENT_TOKEN, useValue: DashboardPageComponent},
|
{provide: DASHBOARD_PAGE_COMPONENT_TOKEN, useValue: DashboardPageComponent},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user