Skip to content
Snippets Groups Projects
Commit b31c9bd9 authored by Hagen Dreßler's avatar Hagen Dreßler Committed by David Noah Donges
Browse files

Edit html template (add list of cards and button)

parent 4c8cad39
No related merge requests found
<form>
<mat-form-field>
<textarea matInput placeholder="add your comment" matTextareaAutosize matAutosizeMinRows="10"></textarea>
</mat-form-field>
<ul>
<li *ngFor="let com of comments">
<mat-card>
<mat-card-content>
<b>com header</b><br>
{{ com }}
</mat-card-content>
<mat-card-footer>
<div style="float:left">
<i>#date + time</i>
</div>
<div style="float:right">
<i>#name of commentator</i>
</div>
</mat-card-footer>
</mat-card><br>
</li>
</ul>
<button mat-raised-button color="primary">back</button>
<button mat-raised-button color="primary">send</button>
</form>
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