refactor to use caching interceptor

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 15c2556e06
commit 9589f25e57
13 changed files with 192 additions and 44 deletions
@@ -38,7 +38,6 @@ export class FolderChartComponent implements OnInit {
if (s.label === state) {
s.count = s.count + 1;
found = true;
console.log("increase count", s.count);
}
});