@types/vimeo__player /.
TypeScript , , . , , JavaScript .
, , Player , , , .
, : TypeError: You must pass either a valid element or a valid id..
Player , HTMLElement.
, @ViewChild() Angular. , . ElementRef nativeElement, DOM.
, :
this.player = new Player(this.playerContainer);
:
this.player = new Player(this.playerContainer.nativeElement);
: " TypeScript , ?". , , , .
:
import Player from "@vimeo/player";
?
import { Player } from '@vimeo/player';
.d.ts, , . , @vimeo/player JavaScript. TypeScript, ;)