We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056ebe0 commit 3dd5509Copy full SHA for 3dd5509
projects/wc/src/app/components/error/error.component.ts
@@ -30,7 +30,6 @@ import {
30
export class ErrorComponent implements OnInit {
31
private i18nService = inject(I18nService);
32
private luigiCoreService = inject(LuigiCoreService);
33
- private cdr = inject(ChangeDetectorRef);
34
35
public context = input.required<any>();
36
@@ -68,8 +67,6 @@ export class ErrorComponent implements OnInit {
68
67
this.config.set(await this.getErrorDefaultConfig());
69
}
70
71
-
72
- this.cdr.markForCheck();
73
74
75
private async getError404Config(): Promise<ErrorConfig> {
0 commit comments