mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve responsiveness
This commit is contained in:
@@ -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=>{
|
||||
|
||||
Reference in New Issue
Block a user