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

Add basic html template for component create-comment

parent 41773de1
No related merge requests found
<p> <form>
create-comment works! <mat-form-field>
</p> <input matInput type="text" maxlength="24" placeholder="Choose a title">
</mat-form-field>
<mat-form-field>
<textarea matInput placeholder="Add your comment" ></textarea>
</mat-form-field>
<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