Searched refs:appService (Results 1 – 8 of 8) sorted by relevance
/test/vti/test_serving/gae/frontend/src/app/ |
D | app.component.ts | 40 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/ |
D | menu_base.ts | 33 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/ |
D | dashboard.component.ts | 37 appService: AppService, 39 super(appService, snackBar);
|
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.component.ts | 52 appService: AppService, 54 super(appService, snackBar);
|
/test/vti/test_serving/gae/frontend/src/app/menu/build/ |
D | build.component.ts | 50 appService: AppService, 52 super(appService, snackBar);
|
/test/vti/test_serving/gae/frontend/src/app/menu/device/ |
D | device.component.ts | 58 appService: AppService, 60 super(appService, snackBar);
|
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/ |
D | schedule.component.ts | 64 appService: AppService, 66 super(appService, snackBar);
|
/test/vti/test_serving/gae/frontend/src/app/menu/job/ |
D | job.component.ts | 88 appService: AppService, 90 super(appService, snackBar);
|