DEV Community

Saurabh
Saurabh

Posted on

How to change the default route params from ;= to / in angular 14.

In angular 9, I used to change the default route params in the of the below mentioned path
@angular -> router -> ivy_ngcc -> fesm2015 -> router.js -> serializeMatrixParams(method).

Please guide me how to change in angular 14.

Top comments (0)