ngOnInit()

in toolings/tfjs-debugger/src/app/components/config_section/config_section.component.ts [33:37]


  ngOnInit() {
    if (this.configIndex == null) {
      throw new Error('configIndex not set');
    }
  }