Options
All
  • Public
  • Public/Protected
  • All
Menu

YouTube Presentation data services

export

Hierarchy

  • YouTubePresentationDataServices

Index

Constructors

constructor

Properties

presentationDataService

presentationDataService: AppDataService

YouTube presentation data service

presentationLoaded

presentationLoaded: EventEmitter<__type>

emits event when @member loadPresentation resolves

videosDataService

videosDataService: AppDataService

YouTube videos data service

videosLoaded

videosLoaded: EventEmitter<__type>

emits event when @member loadVideos resolves

Static loadPresentationMethodName

loadPresentationMethodName: string = "loadPresentation"

name of method on this class for Jasmine spies

Static loadVideosMethodName

loadVideosMethodName: string = "loadVideos"

name of method on this class for Jasmine spies

Methods

loadPresentation

  • loadPresentation(id: string): Promise<Response>

loadVideos

  • loadVideos(id: string): Promise<Response>

Generated using TypeDoc