Improve local storage and fix expediente task strature

This commit is contained in:
Peter Maquiran
2021-08-26 13:48:29 +01:00
parent f8991b785b
commit f4de729e2f
41 changed files with 373 additions and 507 deletions
+8
View File
@@ -1,4 +1,5 @@
import { Injectable } from '@angular/core';
import { CustomTaskPipe } from '../pipes/custom-task.pipe';
import { ProcessesService } from '../services/processes.service';
@Injectable({
@@ -20,6 +21,8 @@ export class DeplomaService {
]
}
customTaskPipe = new CustomTaskPipe()
constructor(
private processes: ProcessesService,
) { }
@@ -83,4 +86,9 @@ export class DeplomaService {
return this.processes.CompleteTask(body)
}
async getList() {
}
}