import { OnInit } from '@angular/core'; import { TypeService } from '../../service/lcontype/type.service'; import { TestQueryService } from "../../test-query.service"; import { HttpClient } from '@angular/common/http'; export declare class HomeComponent implements OnInit { srv: TypeService; ml: TestQueryService; http: HttpClient; getval: any; line: any; x: any; column: any; arr: any[]; posData: any; picNewData: any; moduleData: any; showDataTime: any; values: any; constructor(srv: TypeService, ml: TestQueryService, http: HttpClient); ngOnInit(): void; getModules(): void; }