You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the first situation shows the wildcard being used to match everything, the second shows it in combination with a precursor. Additionally, something like *text should be supported where the wildcard is first.
I would be happy to put up a diff supporting this if you tell me that you would be okay with it
The text was updated successfully, but these errors were encountered:
We want to ban this this.routerService.navigate()
as well as routerService.navigate()
["pRouterService", "navigate"] does not catch this.routerService.navigate() ["*", "pRouterService", "navigate"] does not catch anything ["this.routerService", "navigate"] does not catch anything
["*", "navigate"] is our workaround but would also catch somethingElse.navigate()
Right now we would support the wildcard operator in the following situation:
The following is another situation which is not supported but I think we should support:
Basically, the first situation shows the wildcard being used to match everything, the second shows it in combination with a precursor. Additionally, something like
*text
should be supported where the wildcard is first.I would be happy to put up a diff supporting this if you tell me that you would be okay with it
The text was updated successfully, but these errors were encountered: