mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add labels
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user