add labels

This commit is contained in:
Peter Maquiran
2023-04-13 12:51:38 +01:00
parent 0660b44542
commit f8614029af
64 changed files with 1113 additions and 208 deletions
@@ -12,6 +12,7 @@ export class TaskListPage implements OnInit {
@Input() taskList: customTask[] = [];
@Input() skeletonLoader: boolean = false
@Input() filterName: string
@Output() viewTaskDetail = new EventEmitter<customTask>();
constructor(