Skip to content
Snippets Groups Projects
Commit 2e81f7a0 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change order of types of contents

parent 969f2b89
No related merge requests found
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-tab-group>
<mat-tab label="Text">
<div class="tab-container">
<app-content-creator [format]="'text'" [contentGroups]="contentGroups"></app-content-creator>
</div>
</mat-tab>
<mat-tab label="Single / Multiple Choice">
<div class="tab-container">
<app-content-creator [format]="'choice'" [contentGroups]="contentGroups"></app-content-creator>
......@@ -21,6 +16,11 @@
<app-content-creator [format]="'yesno'" [contentGroups]="contentGroups"></app-content-creator>
</div>
</mat-tab>
<mat-tab label="Text">
<div class="tab-container">
<app-content-creator [format]="'text'" [contentGroups]="contentGroups"></app-content-creator>
</div>
</mat-tab>
</mat-tab-group>
</div>
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment