From 3cd8884d3e0ab8ca65086a7cacf8f012b42b5d25 Mon Sep 17 00:00:00 2001
From: Alexander Reifschneider <alexander.reifschneider@mgm-tp.com>
Date: Wed, 30 Apr 2025 16:26:40 +0200
Subject: [PATCH] OZG-8129 rename mailbox icon - add missing injector service

---
 alfa-client/apps/alfa/src/app/app.component.ts                 | 3 ++-
 .../ui/src/lib/icon/postfach-icon/postfach-icon.component.html | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/alfa-client/apps/alfa/src/app/app.component.ts b/alfa-client/apps/alfa/src/app/app.component.ts
index a6a3005058..973595c4a5 100644
--- a/alfa-client/apps/alfa/src/app/app.component.ts
+++ b/alfa-client/apps/alfa/src/app/app.component.ts
@@ -24,7 +24,7 @@
 import { ApiRootFacade, ApiRootResource } from '@alfa-client/api-root-shared';
 import { ENVIRONMENT_CONFIG } from '@alfa-client/environment-shared';
 import { NavigationService } from '@alfa-client/navigation-shared';
-import { StateResource, isNotNull } from '@alfa-client/tech-shared';
+import { InjectorService, StateResource, isNotNull } from '@alfa-client/tech-shared';
 import { buildPathSegmentsFromLocalStorage } from '@alfa-client/vorgang-shared';
 import { Component, Inject, OnInit } from '@angular/core';
 import { Params } from '@angular/router';
@@ -47,6 +47,7 @@ export class AppComponent implements OnInit {
     private apiRootFacade: ApiRootFacade,
     private oAuthService: OAuthService,
     private navigationService: NavigationService,
+    private injectorService: InjectorService,
   ) {}
 
   ngOnInit(): void {
diff --git a/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html b/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
index 334cf7bf87..f0db6bd1e4 100644
--- a/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
+++ b/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
@@ -24,7 +24,7 @@
 
 -->
 <ods-icon
-  name="mailbox"
+  name="mail"
   fill="text"
   data-test-class="postfach-icon-mat-icon"
   matBadge="&NoBreak;"
-- 
GitLab