Searched refs:previewService (Results 1 – 3 of 3) sorted by relevance
32 private previewService: PreviewService property in PreviewComponent34 this.previewService.frameCount$.subscribe(103 this.previewService.setCurrentFrameFromView(nextFrame);105 this.previewService.setCurrentFrameFromView(0);109 this.previewService.setCurrentFrameFromView(0);113 this.previewService.setCurrentFrameFromView(0);120 this.previewService.setCurrentFrameFromView(0)
27 constructor(private previewService: PreviewService) {} property in GraphComponent147 this.previewService150 return new LineGraphVisualization(0, 1, this.graphId, this.previewService);
25 private previewService: PreviewService property in LineGraphVisualization30 this.previewService.currentFrameFromView$.subscribe((frame) => {