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 7906a90 commit 9e190ebCopy full SHA for 9e190eb
apps/examples/src/app/app.config.ts
@@ -1,11 +1,11 @@
1
-import { ApplicationConfig, provideExperimentalZonelessChangeDetection } from '@angular/core';
+import { ApplicationConfig, provideZonelessChangeDetection } from '@angular/core';
2
import { provideRouter, withComponentInputBinding } from '@angular/router';
3
import { provideNgtRenderer } from 'angular-three/dom';
4
import { appRoutes } from './app.routes';
5
6
export const appConfig: ApplicationConfig = {
7
providers: [
8
- provideExperimentalZonelessChangeDetection(),
+ provideZonelessChangeDetection(),
9
provideRouter(appRoutes, withComponentInputBinding()),
10
provideNgtRenderer(),
11
],
0 commit comments