parent
966e7013f6
commit
8b55df05de
@ -1,17 +1,14 @@ |
||||
<div class="op-team-planner loading-indicator--location" |
||||
[attr.data-indicator-name]="'table'"> |
||||
<ng-container |
||||
*ngIf="(calendarOptions$ | async) as calendarOptions" |
||||
> |
||||
<full-calendar |
||||
#ucCalendar |
||||
*ngIf="calendarOptions" |
||||
[options]="calendarOptions" |
||||
></full-calendar> |
||||
</ng-container> |
||||
<ng-template #resourceContent let-resource="resource"> |
||||
<op-principal |
||||
[principal]="resource.extendedProps.user" |
||||
></op-principal> |
||||
</ng-template> |
||||
</div> |
||||
<ng-container |
||||
*ngIf="(calendarOptions$ | async) as calendarOptions" |
||||
> |
||||
<full-calendar |
||||
#ucCalendar |
||||
*ngIf="calendarOptions" |
||||
[options]="calendarOptions" |
||||
></full-calendar> |
||||
</ng-container> |
||||
<ng-template #resourceContent let-resource="resource"> |
||||
<op-principal |
||||
[principal]="resource.extendedProps.user" |
||||
></op-principal> |
||||
</ng-template> |
||||
|
Loading…
Reference in new issue