import { DaffYoutubePlayerComponent } from '@daffodil/design/youtube-player'
@Component()
class DaffYoutubePlayerComponent implements OnInit {
get _aspectRatio(): SafeStyle
@HostBinding()
get maxWidth(): string
@Input() src: SafeUrl
@Input() title: string = ''
@Input() width: number
@Input() height: number
}
SafeUrl
Default | – |
---|---|
Description |
string
Default | '' |
---|---|
Description |
number
Default | – |
---|---|
Description |
number
Default | – |
---|---|
Description |