add loader

This commit is contained in:
Peter Maquiran
2022-08-04 16:13:11 +01:00
parent fd2e6856a9
commit 9299d391cd
4 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export class MessageService {
messageSend = false
delate = false
delateRequest = false
downloadLoader: boolean;
downloadLoader: boolean = false
constructor(private storage: Storage,
private NfService: NfService,