-
Notifications
You must be signed in to change notification settings - Fork 91
Accept query params in initialRoute property #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Good catch, I think this would be a great addition. |
I'll see what I can manage :) |
You don't have to feel obligated, and you can take your time with this. |
Prepared a more extensive test case to test new functionality: main...jwbaart:angular-testing-library:main |
Am I correct I couldn't find test watch functionality? I now monkey patched it with custom npm script( |
projects/testing-library/tests/integrations/ng-mocks.spec.ts was logging multiple missing ngIf imports logs, fixed this with: 82b232c. Mostly to make the jest result logging more readable :) |
😅 It seems like it yea. |
A bit later on I used |
Closed in #409 |
We're using query params to configure our feature when loading and have a redirect in place when missing to set those. When using the initalRoute property, to prevent the redirect, query params aren't accepted(link).
Navigation with query params is already available in a separate function.
The text was updated successfully, but these errors were encountered: