explicit route string over generic name (#1318)

This commit is contained in:
Cilibiu Bogdan
2020-01-27 13:13:37 +02:00
committed by Adina Parpalita
parent 4a849fead1
commit f0a9b5bf43
@@ -70,7 +70,7 @@ export class AppLayoutComponent implements OnInit, OnDestroy {
direction: Directionality;
private minimizeConditions: string[] = ['search'];
private hideConditions: string[] = ['preview'];
private hideConditions: string[] = ['/preview/'];
constructor(
protected store: Store<AppStore>,