remake init data
json dump Small bug fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user