<a href="#"
[routerLink]="[isTrue?'/location-1':'/location-2', '']"
[queryParams]="{id:loc.id,l:'loc'}">
这里的值isTrue
是true
/location-1/?id=1&l=loc
但是当值为isTrue
is时false
,我需要
/location-2/?id=1&l=loc2&idL=2
那么如何有条件地修改参数呢?