start of chart component
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user