Change store storage system.

This commit is contained in:
2022-03-04 22:54:52 +01:00
parent 21bd3826e6
commit 7686057022
8 changed files with 54 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
<mat-icon class="drag-n-drop">drag_handle</mat-icon>
<mat-checkbox class="example-margin"></mat-checkbox>
<div class="input-container">
<input type="text" [formControl]="taskNameControl" />
<input type="text" [formControl]="titleControl" />
</div>
<button mat-button type="button" class="expand">
<mat-icon>expand_more</mat-icon>