Skip to content
Snippets Groups Projects
Commit fc3d33a3 authored by jojohoch's avatar jojohoch
Browse files

[player] Use UnitMenuComponent as content of UnitComponent

parent 027808cd
No related branches found
No related tags found
No related merge requests found
<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>
<ng-content></ng-content>
<aspect-player-layout
*ngIf="playerConfig && pages?.length"
#playerLayout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment