ngOnInit()

in toolings/tfjs-debugger/src/app/components/app_bar/app_bar.component.ts [48:54]


  ngOnInit() {
    // Stores the current configs when it changes.
    this.store.select(selectCurrentConfigs).subscribe(curConfigs => {
      this.curConfigs = curConfigs;
      this.changeDetectorRef.markForCheck();
    });
  }