is it possible to wildcat in Route Masking?
I want to create a masking that works for all routes.
i have a global dialog that is based on query params and i don't want this query to always reflect in the url, how can i implement this?
i.e
1. '/patient/?form=true' ::: '/patient'
2. '/calendar/?form=true' ::: '/calendar'
i have a global dialog that is based on query params and i don't want this query to always reflect in the url, how can i implement this?
i.e
1. '/patient/?form=true' ::: '/patient'
2. '/calendar/?form=true' ::: '/calendar'