Improve generic components

This commit is contained in:
2021-02-24 10:08:50 +01:00
parent 7f5a698b20
commit 2336e6b83f
6 changed files with 59 additions and 29 deletions
+3 -4
View File
@@ -286,8 +286,8 @@
<div class="event-details bg-blue ">
<!-- New -->
<app-new-event *ngIf="mobileComponent.showAddNewEvent"
style="height: 100%;display: flex;flex-wrap: wrap;"
<app-new-event *ngIf="mobileComponent.showAddNewEvent"
[profile]="profile"
[selectedSegment]=segment
@@ -296,8 +296,7 @@
></app-new-event>
<!-- Edit -->
<app-edit-event *ngIf="mobileComponent.showEditEvent"
style="height: 100%;display: flex;flex-wrap: wrap;"
<app-edit-event *ngIf="mobileComponent.showEditEvent"
[profile]="profile"
[selectedSegment]="segment"