We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8422580 commit e22407dCopy full SHA for e22407d
src/youtube-player/README.md
@@ -39,7 +39,7 @@ export class YoutubePlayerExampleModule {
39
selector: 'youtube-player-example',
40
})
41
class YoutubePlayerExample implements OnInit {
42
- onInit() {
+ ngOnInit() {
43
// This code loads the IFrame Player API code asynchronously, according to the instructions at
44
// https://developers.google.com/youtube/iframe_api_reference#Getting_Started
45
const tag = document.createElement('script');
0 commit comments