Improved routing #130
This commit is contained in:
@@ -38,6 +38,10 @@ export class SidebarService {
|
||||
if (!(event instanceof NavigationEnd)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!event.url.startsWith('/server/')) {
|
||||
this.server$.next(null);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user