private updateUrlWithVersion()

in toolings/tfjs-debugger/src/app/components/backend_selector/backend_version_selector.component.ts [147:152]


  private updateUrlWithVersion(version: string) {
    this.urlService.updateUrlParameters({
      [appendConfigIndexToKey(
          UrlParamKey.SELECTED_BACKEND_VERSION, this.configIndex)]: version
    });
  }