in toolings/tfjs-debugger/src/app/components/backend_selector/backend_selector.component.ts [93:101]
handleSelectionChange(event: MatSelectChange) {
const backendId = event.value as BackendId;
// Update url with selected backend id.
this.urlService.updateUrlParameters({
[appendConfigIndexToKey(
UrlParamKey.SELECTED_BACKEND_ID, this.configIndex)]: `${backendId}`
});
}