Skip to content

Commit 9e190eb

Browse files
committed
docs(examples): ng20 zoneless provider
1 parent 7906a90 commit 9e190eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/examples/src/app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { ApplicationConfig, provideExperimentalZonelessChangeDetection } from '@angular/core';
1+
import { ApplicationConfig, provideZonelessChangeDetection } from '@angular/core';
22
import { provideRouter, withComponentInputBinding } from '@angular/router';
33
import { provideNgtRenderer } from 'angular-three/dom';
44
import { appRoutes } from './app.routes';
55

66
export const appConfig: ApplicationConfig = {
77
providers: [
8-
provideExperimentalZonelessChangeDetection(),
8+
provideZonelessChangeDetection(),
99
provideRouter(appRoutes, withComponentInputBinding()),
1010
provideNgtRenderer(),
1111
],

0 commit comments

Comments
 (0)