mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 09:12:20 +00:00
ng update @angular/core@21 @angular/cli@21
This commit is contained in:
parent
ef4c9d643a
commit
3c91001dd2
2177
Ui/package-lock.json
generated
2177
Ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,14 +10,14 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^20.3.16",
|
"@angular/animations": "^21.1.4",
|
||||||
"@angular/common": "^20.3.16",
|
"@angular/common": "^21.1.4",
|
||||||
"@angular/compiler": "^20.3.16",
|
"@angular/compiler": "^21.1.4",
|
||||||
"@angular/core": "^20.3.16",
|
"@angular/core": "^21.1.4",
|
||||||
"@angular/forms": "^20.3.16",
|
"@angular/forms": "^21.1.4",
|
||||||
"@angular/platform-browser": "^20.3.16",
|
"@angular/platform-browser": "^21.1.4",
|
||||||
"@angular/platform-browser-dynamic": "^20.3.16",
|
"@angular/platform-browser-dynamic": "^21.1.4",
|
||||||
"@angular/router": "^20.3.16",
|
"@angular/router": "^21.1.4",
|
||||||
"@auth0/angular-jwt": "^5.2.0",
|
"@auth0/angular-jwt": "^5.2.0",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
|
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
@ -39,10 +39,10 @@
|
|||||||
"zone.js": "~0.15.1"
|
"zone.js": "~0.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/build": "^20.3.16",
|
"@angular/build": "^21.1.4",
|
||||||
"@angular/cli": "^20.3.16",
|
"@angular/cli": "^21.1.4",
|
||||||
"@angular/compiler-cli": "^20.3.16",
|
"@angular/compiler-cli": "^21.1.4",
|
||||||
"@angular/localize": "^20.3.16",
|
"@angular/localize": "^21.1.4",
|
||||||
"@types/jasmine": "~5.1.0",
|
"@types/jasmine": "~5.1.0",
|
||||||
"jasmine-core": "~5.3.0",
|
"jasmine-core": "~5.3.0",
|
||||||
"karma": "~6.4.0",
|
"karma": "~6.4.0",
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
import { provideZoneChangeDetection } from "@angular/core";
|
||||||
/// <reference types="@angular/localize" />
|
/// <reference types="@angular/localize" />
|
||||||
|
|
||||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||||
@ -5,5 +6,5 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|||||||
import { AppModule } from './app/app.module';
|
import { AppModule } from './app/app.module';
|
||||||
|
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
platformBrowserDynamic().bootstrapModule(AppModule, { applicationProviders: [provideZoneChangeDetection()], })
|
||||||
.catch(err => console.error(err));
|
.catch(err => console.error(err));
|
||||||
|
|||||||
@ -18,11 +18,7 @@
|
|||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ES2022",
|
"module": "ES2022",
|
||||||
"useDefineForClassFields": false,
|
"useDefineForClassFields": false
|
||||||
"lib": [
|
|
||||||
"ES2022",
|
|
||||||
"dom"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"enableI18nLegacyMessageIdFormat": false,
|
"enableI18nLegacyMessageIdFormat": false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user