Home
last modified time | relevance | path

Searched refs:appService (Results 1 – 8 of 8) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/
Dapp.component.ts40 constructor(private appService: AppService) { property in AppComponent
41 appService.closeSideNavEmitter.subscribe(() => {this.sideNavOpened = false});
42 appService.showDetailsEmitter.subscribe(
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts33 protected constructor(private appService: AppService, property in MenuBaseClass
35 this.appService.closeSideNav();
77 this.appService.showDetails(entity);
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.ts37 appService: AppService,
39 super(appService, snackBar);
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.ts52 appService: AppService,
54 super(appService, snackBar);
/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.component.ts50 appService: AppService,
52 super(appService, snackBar);
/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.ts58 appService: AppService,
60 super(appService, snackBar);
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts64 appService: AppService,
66 super(appService, snackBar);
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts88 appService: AppService,
90 super(appService, snackBar);