save current show in global store

This commit is contained in:
2020-04-22 11:56:29 +02:00
committed by smuddy
parent 5c7e588c2a
commit 90ab0a76ae
9 changed files with 73 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ const routes: Routes = [
component: RemoteComponent
},
{
path: 'monitor/:showId',
path: 'monitor',
component: MonitorComponent
}
];