update angular version

This commit is contained in:
2022-02-13 21:32:19 +01:00
parent 02c1a635b6
commit a5adbc2fb1
25 changed files with 14022 additions and 21748 deletions

View File

@@ -37,7 +37,7 @@ export class MonitorComponent implements OnInit {
private globalSettingsService: GlobalSettingsService,
private configService: ConfigService
) {
this.config$ = configService.get$;
this.config$ = configService.get$();
}
public ngOnInit(): void {