Kai Moritz [Wed, 17 Sep 2025 20:34:00 +0000 (20:34 +0000)]
@angular/cli migration - use-application-builder
Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration
Kai Moritz [Wed, 17 Sep 2025 20:33:46 +0000 (20:33 +0000)]
@angular/cli migration - update-module-resolution
Update 'moduleResolution' to 'bundler' in TypeScript configurations. You can read more about this, here: https://www.typescriptlang.org/tsconfig/#moduleResolution
Kai Moritz [Wed, 17 Sep 2025 20:00:55 +0000 (20:00 +0000)]
@angular/cli migration - use-application-builder
Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration
Kai Moritz [Wed, 17 Sep 2025 19:04:37 +0000 (21:04 +0200)]
refactor: Migrated the project to standalone -- step 3
prong generate @angular/core:standalone
? Choose the type of migration: Bootstrap the application using standalone APIs
? Which path in your project should be migrated? ./
Kai Moritz [Fri, 19 Sep 2025 10:44:32 +0000 (12:44 +0200)]
refactor: Migrated the project to standalone -- step 1
ng generate @angular/core:standalone
? Choose the type of migration: Convert all components, directives and pipes to standalone
? Which path in your project should be migrated? ./
Kai Moritz [Sat, 14 Jan 2023 20:15:31 +0000 (21:15 +0100)]
feat: Replaced `EventSource` by @microsoft/fetch-event-source
- EventSource lacks the posibility to set a request-header.
- The library is a replacement for the browser-side, that uses the Fetch API.
- https://www.npmjs.com/package/@microsoft/fetch-event-source