diff --git a/CHANGELOG.md b/CHANGELOG.md index 633be89..2608e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.100] - 2025-03-07 +### Changed +- Fixed Angular build. + ## [2.0.99] - 2025-03-07 ### Security fix - The Api/Authentication/Update was not protected by authentication, meaning everyone could reset your password and gain access. diff --git a/client/angular.json b/client/angular.json index a260468..80e6234 100644 --- a/client/angular.json +++ b/client/angular.json @@ -40,12 +40,11 @@ "builder": "@angular/build:application", "options": { "outputPath": { - "base": "../server/RdtClient.Web/wwwroot" + "base": "../server/RdtClient.Web/wwwroot", + "browser": "" }, "index": "src/index.html", - "polyfills": [ - "src/polyfills.ts" - ], + "polyfills": ["src/polyfills.ts"], "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": ["src/favicon.ico", "src/assets"], diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 3316099..376f65b 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout