goTo()

in ui/src/app/viewer/viewer.component.ts [24:26]


  goTo(path: string) {
    this.newPathEvent.emit(path);
  }