From 4c8cad398b731a0ecfb688b8eac8cbbcaa41f000 Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Tue, 6 Mar 2018 11:10:06 +0100 Subject: [PATCH] Add basic html template --- src/app/comment/comment.component.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/comment/comment.component.html b/src/app/comment/comment.component.html index e69de29bb..f1dac120c 100644 --- a/src/app/comment/comment.component.html +++ b/src/app/comment/comment.component.html @@ -0,0 +1,9 @@ +<form> + <mat-form-field> + <textarea matInput placeholder="add your comment" matTextareaAutosize matAutosizeMinRows="10"></textarea> + </mat-form-field> + + <button mat-raised-button color="primary">back</button> + <button mat-raised-button color="primary">send</button> +</form> + -- GitLab