youtube.d.ts File for the youtube-iframe-api to use in Angular 2 needed
问题 I try to use the youtube iframe api for showing and controling video snippets with a smooth angular2 integration. And respecting the type concept of typescript is important to the webpack compiler and me :). The quick setup of my tests: use @angular/cli (Version 1.0.0-beta.32.3) to setup and install the ng2-youtube-player and then two small adjustments: ng new test002 cd test002 npm install ng2-youtube-player --save-dev The app.module was extended according to ng2-youtube-player, but in the