buttons Normalized

This commit is contained in:
ivan gomes
2021-11-29 16:50:56 +01:00
parent 6fc66ce1e2
commit a5ae227f40
5 changed files with 25 additions and 7 deletions
@@ -209,8 +209,9 @@ export class ViewPublicationsPage implements OnInit {
testForkJoin(){
forkJoin([
this.getPublicationsIds(),
this.getPublications(),
this.getPublicationsIds()
]).subscribe(allResults =>{
this.publicationList = allResults[2]