start of caching, csrf interceptor, and device service

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 03c6fb2f82
commit 05f01a5d94
11 changed files with 85 additions and 33 deletions
@@ -21,7 +21,7 @@ export class FolderChartComponent implements OnInit {
ngOnInit(): void {
for (let state in Folder.StateType) {
console.log(state);
// console.log(state);
}
}