whatcall - v0.0.0
    Preparing search index...

    Component plays a video.

    The source can be either mp4 or from YouTube.

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    target: ElementRef

    HTML Element reference to Video tag

    Accessors

    • get source(): string | undefined

      Returns string | undefined

    • set source(s: string | null | undefined): void

      Sets the source URL for the video, and commences playing

      If set to undefined or null, will stop the video player and clear the source.

      Parameters

      • s: string | null | undefined

      Returns void

    Methods