Add task-list creation.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<div class="component">
|
||||
<h1>Todo List</h1>
|
||||
<!-- <h1>Todo List</h1>
|
||||
<app-display-task *ngFor="let task of tasks" [task]="task"></app-display-task>
|
||||
<div id="add-task-btn" *ngIf="!isAddingATask" (click)="createTask()">
|
||||
<mat-icon>add</mat-icon>
|
||||
<span>Ajouter une nouvelle tâche...</span>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<app-task-lists></app-task-lists>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user