Neither component in an ngIf statement are being shown even though one of them should be truey
Solution 1:
Do you really mean
<ng-template *ngIf="Booking;">
and not
<ng-container *ngIf="Booking;">
?
Do you really mean
<ng-template *ngIf="Booking;">
and not
<ng-container *ngIf="Booking;">
?