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 10c8a1c commit 73788c6Copy full SHA for 73788c6
src/app/app.config.ts
@@ -1,10 +1,10 @@
1
import type { ApplicationConfig } from '@angular/core'
2
-import { provideExperimentalZonelessChangeDetection } from '@angular/core'
+import { provideZonelessChangeDetection } from '@angular/core'
3
import { provideSentry } from '@pascaliske/ngx-sentry'
4
5
export const appConfig: ApplicationConfig = {
6
providers: [
7
- provideExperimentalZonelessChangeDetection(),
+ provideZonelessChangeDetection(),
8
provideSentry({
9
enabled: true,
10
sentry: {
0 commit comments