Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 16 of 16) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.service.ts30 constructor(public httpClient: HttpClient) { method in LabService
Dlab.component.ts51 constructor(private labService: LabService, method in LabComponent
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.service.ts30 constructor(public httpClient: HttpClient) { method in JobService
Djob.component.ts87 constructor(private jobService: JobService, method in JobComponent
/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.service.ts29 constructor(public httpClient: HttpClient) { method in DeviceService
Ddevice.component.ts57 constructor(private deviceService: DeviceService, method in DeviceComponent
/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.service.ts29 constructor(public httpClient: HttpClient) { method in BuildService
Dbuild.component.ts49 constructor(private buildService: BuildService, method in BuildComponent
/test/vti/test_serving/gae/frontend/src/app/
Dappservice.ts25 constructor() { method in AppService
Dapp.component.ts40 constructor(private appService: AppService) { method in AppComponent
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.service.ts31 constructor(public httpClient: HttpClient) { method in ScheduleService
Dschedule.component.ts63 constructor(private scheduleService: ScheduleService, method in ScheduleComponent
/test/vti/test_serving/gae/frontend/src/app/shared/
Dservicebase.ts21 protected constructor(public httpClient: HttpClient) { method in ServiceBase
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.ts35 constructor(private buildService: BuildService, method in DashboardComponent
/test/vti/test_serving/gae/frontend/src/app/menu/
Dcdk-detail-row.directive.ts49 constructor(public vcRef: ViewContainerRef) { } method in CdkDetailRowDirective
Dmenu_base.ts33 protected constructor(private appService: AppService, method in MenuBaseClass