docs(music-controls): fix example code (#3036)

The function this.musicControls.subscribe().subscribe was not closed properly, I added the proper syntax for closing the tag.
This commit is contained in:
Safery Hossain 2019-05-27 01:18:52 -04:00 committed by Daniel Sogl
parent 26f63c744d
commit 18e4a9cda6

View File

@ -134,6 +134,7 @@ export interface MusicControlsOptions {
* break;
* }
* }
* });
*
* this.musicControls.listen(); // activates the observable above
*