Improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-05 16:08:38 +01:00
parent 569bdb149d
commit ae1e49b459
4 changed files with 20 additions and 5 deletions
@@ -77,6 +77,10 @@ export class PublicationsPage implements OnInit {
}, 2000);
}
get windowInnerWidth(): number {
return window.innerWidth
}
getActions(){
this.showLoader = true;
this.publications.GetPublicationFolderList().subscribe(res=>{