start of chart component

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent ad2902b3ee
commit 82f5706350
10 changed files with 131 additions and 27 deletions
+3
View File
@@ -7,6 +7,9 @@ import { SystemConfigService } from '../system-config.service';
styleUrls: ['./dashboard.component.scss']
})
export class DashboardComponent {
foldersChart = 'foldersChart';
devicesChart = 'devicesChart';
constructor(private systemConfigService: SystemConfigService) { }
ngOnInit() {