remake init data

json dump

Small bug fix
This commit is contained in:
liosha84
2025-08-15 02:14:54 +03:00
parent b5e99b0116
commit 0885a460c4
8 changed files with 80 additions and 34 deletions
@@ -10,10 +10,10 @@ export class SpinnerService {
}
show() {
this.visibility.next(false);
this.visibility.next(true);
}
hide() {
this.visibility.next(true);
this.visibility.next(false);
}
}