implementation du bouton 'retour' dans la page 'user/watching'

This commit is contained in:
MiharyR 2021-12-16 17:42:33 +01:00
parent f2ced83246
commit ad0397e8ad
9 changed files with 219 additions and 66 deletions

View file

@ -28,9 +28,7 @@ const routes: Routes = [
{ path: 'user/myPlaylists', component: PageMyPlaylistsComponent },
{ path: 'user/history', component: PageHistoryUserComponent },
{ path: 'user/myProfil', component: PageProfilUserComponent },
{ path: 'user/watching/fromSearch/:videoId/:source/:search', component: PageWatchingVideoComponent },
{ path: 'user/watching/fromMyPlaylists/:videoId/:_idPlaylist', component: PageWatchingVideoComponent },
{ path: 'user/watching/fromHistory/:videoId/:source', component: PageWatchingVideoComponent },
{ path: 'user/watching', component: PageWatchingVideoComponent },
// Advertiser
{ path: 'advertiser', component: PageAdListAdvertiserComponent },