mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-04-20 21:29:19 +00:00
feat: search url query param handling
This commit is contained in:
committed by
Rainer Killinger
parent
38f0a30076
commit
f349bd7233
@@ -49,8 +49,8 @@
|
||||
'search.type' | translate
|
||||
}}</ion-button>
|
||||
<ion-button
|
||||
[routerLink]="['/hebis-search/' + (queryText || '')]"
|
||||
[skipLocationChange]="true"
|
||||
[routerLink]="['/hebis-search']"
|
||||
queryParamsHandling="merge"
|
||||
[routerAnimation]="routeAnimation"
|
||||
fill="outline"
|
||||
size="large"
|
||||
|
||||
Reference in New Issue
Block a user