update progress service with device/folders loaded and add animation

This commit is contained in:
Jesse Lucas
2020-04-05 11:50:05 -04:00
parent ee465c0890
commit 1e33cc9720
9 changed files with 104 additions and 33 deletions
-7
View File
@@ -54,14 +54,7 @@ export class ChartComponent implements OnInit {
} else {
this.activeChartState = null;
this.filterService.changeFilter({ type: this.type, text: "" })
console.log("change filter", this.type)
}
/*
const index = this.states.indexOf(s);
if (index >= 0) {
}
*/
}
ngOnInit(): void {