From c11d53ced7548d4d2e71be9808b18114c21c6eb1 Mon Sep 17 00:00:00 2001
From: Thomas Lenz <Thomas.Lenz@mni.thm.de>
Date: Wed, 4 Apr 2018 13:42:28 +0200
Subject: [PATCH] Add demo tabs

---
 .../content-carousel-page.component.html               | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/app/components/pages/content-carousel-page/content-carousel-page.component.html b/src/app/components/pages/content-carousel-page/content-carousel-page.component.html
index c256a3844..e3b5ed978 100644
--- a/src/app/components/pages/content-carousel-page/content-carousel-page.component.html
+++ b/src/app/components/pages/content-carousel-page/content-carousel-page.component.html
@@ -17,6 +17,16 @@
           <app-content-choice-participant></app-content-choice-participant>
         </div>
       </mat-tab>
+      <mat-tab label="Likert">
+        <div class="tab-container">
+          <app-content-choice-participant></app-content-choice-participant>
+        </div>
+      </mat-tab>
+      <mat-tab label="Yes / No">
+        <div class="tab-container">
+          <app-content-choice-participant></app-content-choice-participant>
+        </div>
+      </mat-tab>
     </mat-tab-group>
   </div>
 </div>
-- 
GitLab