+
+
-
-
+
+
- @if (selectedFile) {
- {{ selectedFile.name }}
- }
+ @if (selectedFile) {
+ {{ selectedFile.name }}
+ }
+
@if (imageUrl && showImage) {
-
-
![]()
-
+
+
+
+
![]()
+
+
}
\ No newline at end of file
diff --git a/angular/src/app/_components/list/list.component.ts b/angular/src/app/_components/list/list.component.ts
index cad8fd9..46697a9 100644
--- a/angular/src/app/_components/list/list.component.ts
+++ b/angular/src/app/_components/list/list.component.ts
@@ -295,7 +295,7 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
if (elementValue !== undefined && elementValue !== null) {
return elementValue;
}
- return "/assets/images/icons/dummy-product.png"
+ return "/assets/images/icons/dummy-person.png"
}
diff --git a/angular/src/app/_views/location/location-form/location-form.component.html b/angular/src/app/_views/location/location-form/location-form.component.html
index 10302dd..d6c7de4 100644
--- a/angular/src/app/_views/location/location-form/location-form.component.html
+++ b/angular/src/app/_views/location/location-form/location-form.component.html
@@ -4,63 +4,63 @@