Currently, you can override routing using the routeOverride property in RouteConfig, but I can only specify the path I want to override. This doesn't allow access to many of the options available in URLPattern, such as case insensitivity, or hostname matching. I think it would be nice if I could construct the URLPattern myself, and use that in the routeOverride property. The option to just provide the path string could remain.
Currently, you can override routing using the
routeOverride
property inRouteConfig
, but I can only specify the path I want to override. This doesn't allow access to many of the options available in URLPattern, such as case insensitivity, or hostname matching. I think it would be nice if I could construct the URLPattern myself, and use that in the routeOverride property. The option to just provide the path string could remain.