Skip to content

Commit b7b5dcd

Browse files
committed
zoneless
1 parent a3d4cf3 commit b7b5dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
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 } from '@angular/router';
33

44
import { routes } from './app.routes';
55

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

0 commit comments

Comments
 (0)