Revert "fix(router): make routerLinkActive work with query params which contain arrays (#22666)" (#33861)
This reverts commit b30bb8dd91
.
Reason: breaks internal g3 project.
PR Close #33861
This commit is contained in:
@ -25,7 +25,7 @@ export const PRIMARY_OUTLET = 'primary';
|
||||
* @publicApi
|
||||
*/
|
||||
export type Params = {
|
||||
[key: string]: any;
|
||||
[key: string]: any
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user