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
@@ -34,7 +34,6 @@ export class DeviceListComponent implements AfterViewInit, OnInit {
this.systemConfigService.getDevices().subscribe(
data => {
console.log("get data??", data)
this.dataSource.data = data;
this.dataSource.dataSubject.next(data);
}