Skip to content

Commit 73788c6

Browse files
committed
fix: switch to non experimental zoneless change detection
1 parent 10c8a1c commit 73788c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { ApplicationConfig } from '@angular/core'
2-
import { provideExperimentalZonelessChangeDetection } from '@angular/core'
2+
import { provideZonelessChangeDetection } from '@angular/core'
33
import { provideSentry } from '@pascaliske/ngx-sentry'
44

55
export const appConfig: ApplicationConfig = {
66
providers: [
7-
provideExperimentalZonelessChangeDetection(),
7+
provideZonelessChangeDetection(),
88
provideSentry({
99
enabled: true,
1010
sentry: {

0 commit comments

Comments
 (0)