diff --git a/projects/player/src/app/app.component.html b/projects/player/src/app/app.component.html index 92c93eda3c6e640dc12b68d718b9cfff61f7f822..0f856f49053175911d52d8423e730ed87c8f6f8e 100644 --- a/projects/player/src/app/app.component.html +++ b/projects/player/src/app/app.component.html @@ -1,8 +1,8 @@ -<aspect-unit-menu - *ngIf="isStandalone" - class="unit-definition-menu" - [scrollPages]="unit.pages | scrollPages" - [elementCodes]="unit.unitStateService.elementCodes"> -</aspect-unit-menu> <aspect-unit #unit> + <aspect-unit-menu + *ngIf="isStandalone" + class="unit-definition-menu" + [scrollPages]="unit.pages | scrollPages" + [elementCodes]="unit.unitStateService.elementCodes"> + </aspect-unit-menu> </aspect-unit> diff --git a/projects/player/src/app/components/unit/unit.component.html b/projects/player/src/app/components/unit/unit.component.html index b18cc6938d11bf3079e4f0b24d394ac0121f3029..c509a451f3592442010575b94f34d9f58475162f 100644 --- a/projects/player/src/app/components/unit/unit.component.html +++ b/projects/player/src/app/components/unit/unit.component.html @@ -1,3 +1,4 @@ +<ng-content></ng-content> <aspect-player-layout *ngIf="playerConfig && pages?.length" #playerLayout