Skip to content
Snippets Groups Projects
viewerCmp.template.html 33.1 KiB
Newer Older
Xiao Gui's avatar
Xiao Gui committed
  <div
    *ngIf="voiSwitch.switchState$| async"
    voiBbox
    [features]="voiFeatureEntryCmp.features$ | async">

Xiao Gui's avatar
Xiao Gui committed
  </div>
  sxplr-sapiviews-core-space-boundingbox
Xiao Gui's avatar
Xiao Gui committed
  (sxplr-sapiviews-core-space-boundingbox-changed)="pullAllVoi()"
  [sxplr-sapiviews-core-space-boundingbox-atlas]="selectedAtlas$ | async"
  [sxplr-sapiviews-core-space-boundingbox-space]="templateSelected$ | async"
  [sxplr-sapiviews-core-space-boundingbox-spec]="viewerCtx$ | async | nehubaVCtxToBbox"
  #bbox="sxplrSapiViewsCoreSpaceBoundingBox">
</div>