mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-15 04:03:40 +00:00
update to angular 21
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import { enableProdMode } from '@angular/core';
|
||||
import { enableProdMode, provideZoneChangeDetection } from '@angular/core';
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
|
||||
import { AppModule } from './app/app.module';
|
||||
@@ -9,5 +9,5 @@ if (environment.production) {
|
||||
}
|
||||
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule)
|
||||
.bootstrapModule(AppModule, { applicationProviders: [provideZoneChangeDetection()] })
|
||||
.catch((err) => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user