Home
last modified time | relevance | path

Searched refs:ScheduleService (Results 1 – 3 of 3) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.ts22 import { ScheduleService } from "../schedule/schedule.service";
28 providers: [ BuildService, ScheduleService ],
36 private scheduleService: ScheduleService,
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts25 import { ScheduleService } from './schedule.service';
32 providers: [ ScheduleService ],
63 constructor(private scheduleService: ScheduleService,
Dschedule.service.ts29 export class ScheduleService extends ServiceBase { class