Dynamic key syntax on angular queryParams templates

[queryParams]="{ sonItem?.is_param: sonItem?.param_value}"

the front can be dynamic
how to write the template syntax here

Feb.14,2022

es6 has the function of dynamically calculating the key value of an object, for example

[queryParams]="getQueryParams(sonItem?.is_param)"
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2ae19-33e19.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2ae19-33e19.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?