Chore: upgrade to Angular v21 (#11746)

This commit is contained in:
shamoon
2026-01-09 20:08:50 -08:00
committed by GitHub
parent b748362509
commit 402ed6b9e7
7 changed files with 2014 additions and 2849 deletions

View File

@@ -2,6 +2,7 @@ import {
APP_INITIALIZER,
enableProdMode,
importProvidersFrom,
provideZoneChangeDetection,
} from '@angular/core'
import { DragDropModule } from '@angular/cdk/drag-drop'
@@ -363,6 +364,7 @@ if (environment.production) {
bootstrapApplication(AppComponent, {
providers: [
provideZoneChangeDetection(),
importProvidersFrom(
BrowserModule,
AppRoutingModule,