Update Angular

This commit is contained in:
Sébastien ANDRE
2023-12-13 09:55:41 +01:00
parent a69698201f
commit ea7afe7402
5 changed files with 3871 additions and 2685 deletions

View File

@@ -1,6 +1,6 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM mcr.microsoft.com/dotnet/aspnet:7.0.10-bookworm-slim-amd64 AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-bookworm-slim-amd64 AS base
EXPOSE 80
RUN apt-get -y update

View File

@@ -62,18 +62,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "skydivelogs-app:build"
"buildTarget": "skydivelogs-app:build"
},
"configurations": {
"production": {
"browserTarget": "skydivelogs-app:build:production"
"buildTarget": "skydivelogs-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "skydivelogs-app:build"
"buildTarget": "skydivelogs-app:build"
}
},
"test": {

File diff suppressed because it is too large Load Diff

View File

@@ -12,28 +12,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/material": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/router": "^16.1.1",
"@angular/animations": "^17.0.6",
"@angular/cdk": "^17.0.3",
"@angular/common": "^17.0.6",
"@angular/compiler": "^17.0.6",
"@angular/core": "^17.0.6",
"@angular/forms": "^17.0.6",
"@angular/material": "^17.0.3",
"@angular/platform-browser": "^17.0.6",
"@angular/platform-browser-dynamic": "^17.0.6",
"@angular/router": "^17.0.6",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"chart.js": "^4.3.0",
"ng2-charts": "^5.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.1.1",
"@angular-devkit/build-angular": "^17.0.6",
"@angular/cli": "~17.0.6",
"@angular/compiler-cli": "^17.0.6",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
@@ -41,6 +41,6 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
"typescript": "~5.2.2"
}
}

View File

@@ -71,6 +71,6 @@
<mat-sidenav-content>
<router-outlet></router-outlet>
<footer style="text-align: right;">{{ 'App_Footer' | translate }}{{ version }} - @Séb</footer>
<footer style="text-align: right;">{{ 'App_Footer' | translate }}{{ version }} - &#64;Séb</footer>
</mat-sidenav-content>
</mat-sidenav-container>