Skip to content

Commit 8418842

Browse files
committed
Revert automatic provideZoneChangeDetection change
1 parent 292a1ae commit 8418842

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { provideZoneChangeDetection } from "@angular/core";
21
// SPDX-FileCopyrightText: 2025 Håkon Løvdal <kode@denkule.no>
32
//
43
// SPDX-License-Identifier: GPL-3.0-or-later
@@ -7,6 +6,6 @@ import { bootstrapApplication } from "@angular/platform-browser";
76
import { appConfig } from "./app/app.config";
87
import { AppComponent } from "./app/app.component";
98

10-
bootstrapApplication(AppComponent, {...appConfig, providers: [provideZoneChangeDetection(), ...appConfig.providers]}).catch((err) =>
9+
bootstrapApplication(AppComponent, appConfig).catch((err) =>
1110
console.error(err)
1211
);

0 commit comments

Comments
 (0)