ngOnInit()

in toolings/tfjs-debugger/src/app/app/app.component.ts [35:38]


  ngOnInit() {
    // Start fetching TFJS releases.
    this.store.dispatch(fetchTfjsReleases());
  }