YouTube嵌入结尾处的相关视频

时间:2018-10-30 12:22:58

标签: api youtube

因此,我们已经知道YouTube has changed the way rel parameter works,因此无法不再显示相关视频。因此,我想知道this fiddle中的第一个视频与rel参数相关,而第二个视频与class MyService { getEntities(): Observable<any> { return this.http.get('<the url'>) .pipe( catchError(err => { // Handle the errors and returns a string corresponding to each message. // Here I show an example with the status code 403 if (err.status === 403) { return throwError('My error message for 403'); } // This is what I want to do. if (err.status === 409) { // Somehow, make this to trigger the goodResponse in the consumer class. } }) ); } } 参数无关。

任何人都可以解释吗?

0 个答案:

没有答案