angular_youtube_iframe 0.1.3+1 copy "angular_youtube_iframe: ^0.1.3+1" to clipboard
angular_youtube_iframe: ^0.1.3+1 copied to clipboard

discontinued
Dart 1 only

A Youtube player component for AngularDart (4+)

angular_youtube_iframe #

A Youtube player component for AngularDart (4+) based on Youtube iFrame interop

screenshot

Try the demo

<youtube-iframe [playerId]="'ytvideo'" [videoId]="videoId"
                [start]="videoStart" [end]="videoEnd"
                [width]="width" [height]="height"
                [autoPlay]="autoPlay"
                [showControls]="showControls"
                [showInfos]="showInfos"
                [disableKeyboard]="disableKeyboard"
                [modestBranding]="modestBranding"
                [mobilePlaysInline]="mobilePlaysInline"
                (onReady)="onPlayerReady($event)"
                (onError)="onError($event)"
                (onStateChange)="onStateChange($event)"
></youtube-iframe>
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Youtube player component for AngularDart (4+)

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

angular, angular_components, js, youtube_player_interop

More

Packages that depend on angular_youtube_iframe