Bug datepipe solved

This commit is contained in:
Eudes Inácio
2022-05-04 16:45:38 +01:00
parent 71ddea9211
commit 645b6e8a13
7 changed files with 10 additions and 4 deletions
@@ -202,9 +202,11 @@ export class DiplomasPage implements OnInit, OnDestroy {
let task = this.pipeTask(element);
diplomasAssinadoList.push(task);
console.log('DIPLOMAS ASSINADOS', task)
});
this.diplomasAssinadoList = this.sortService.sortDate(diplomasAssinadoList, 'CreateDate')
console.log('DIPLOMAS ASSINADOS', this.diplomasAssinadoList)
}, (error) => {
this.getFromDb()